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