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

This commit is contained in:
Marko Oldenburg 2024-10-11 08:11:26 +00:00
parent b664d39a04
commit 810c70eb9a

View File

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