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

This commit is contained in:
Marko Oldenburg 2024-11-29 12:45:56 +00:00
parent 810c70eb9a
commit 4a69a4f8a3

View File

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