Compare commits

...

2 Commits

Author SHA1 Message Date
b8868f4e41
Fix Type
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-02 19:00:03 +01:00
c064f2ced4
Fix Type 2022-01-02 18:59:50 +01:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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