Dockerfile aktualisiert

This commit is contained in:
Marko Oldenburg 2024-09-26 11:42:30 +00:00
parent 569ba188c8
commit e9b17261c5

View File

@ -1,7 +1,7 @@
FROM alpine:latest
LABEL maintainer="development@cooltux.net"
ARG VERSION=16-20240926.1
ARG VERSION=16-20240926
# PostgreSQL-Client installieren
RUN apk update --no-cache ; \