Update and Upgrade
Some checks reported errors
continuous-integration/drone/push Build was killed

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

View File

@ -142,7 +142,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")