diff --git a/images/talos/Dockerfile b/images/talos/Dockerfile index 4e690fa..a192cd1 100644 --- a/images/talos/Dockerfile +++ b/images/talos/Dockerfile @@ -1,5 +1,8 @@ FROM python:3.10-bullseye + +ARG VERSION=${VERSION:-6.1.2} + RUN apt update && apt install -y --no-install-recommends \ apt-transport-https \ bzip2 \