Update and Upgrade
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lennard Brinkhaus 2022-01-02 19:22:21 +01:00
parent fd61f12674
commit 94bf6bd59d
Signed by: lennard.brinkhaus
GPG Key ID: D4C9B6A87F97B070

View File

@ -139,7 +139,7 @@ RUN set -eux; \
/usr/local/share/man \
; \
\
apk --no-cache update; \
apk --no-cache update && apk --no-cache upgrade; \
postgres --version
# make the sample config easier to munge (and "correct by default")