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

This commit is contained in:
Marko Oldenburg 2024-09-26 12:59:26 +00:00
parent 2e31fb067e
commit aefc4b01f3

View File

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