From 44f4ff49493210d2075a1b9d784762e53265f669 Mon Sep 17 00:00:00 2001 From: "Julian (syn-4ck)" <43778014+syn-4ck@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:18:54 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index baa0b74..b1d0337 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3-alpine3.19 -ENV VERSION=1.0.0 +ARG VERSION=1.0.0 RUN apk update && apk upgrade