From 7bad44d1b24ffd2ae31fde450257efa613582da2 Mon Sep 17 00:00:00 2001 From: MattWellie Date: Sat, 2 Nov 2024 08:44:40 +1000 Subject: [PATCH] VERSION back in --- images/talos/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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 \