Compare commits

..

No commits in common. "b8868f4e4172d7a31c9c8d5265e557a68c1810a1" and "bf52ddd3f266d16d3e97eaf93720aca0255ea577" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

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