diff --git a/Dockerfile b/Dockerfile index b1d0337..dc4d3e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3-alpine3.19 -ARG VERSION=1.0.0 +ARG VERSION=0.1.0 RUN apk update && apk upgrade