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

This commit is contained in:
Marko Oldenburg 2024-09-26 18:54:25 +00:00
parent 956eda1018
commit b664d39a04

View File

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