diff --git a/Dockerfile b/Dockerfile index 9418ff5..ed05740 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest LABEL maintainer="development@cooltux.net" -ARG VERSION=16-20240927 +ARG VERSION=16-20240926-2 # PostgreSQL-Client installieren RUN apk update --no-cache ; \