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

This commit is contained in:
Marko Oldenburg 2024-09-26 13:08:20 +00:00
parent aefc4b01f3
commit e640923835

View File

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