diff --git a/Dockerfile b/Dockerfile index d032c5b..83c3b4c 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 # PostgreSQL-Client installieren RUN apk update --no-cache ; \