Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 31s

This commit is contained in:
2025-10-15 08:26:35 +00:00
parent 4a69a4f8a3
commit c110e48626

View File

@@ -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 ; \