We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa0098f + b894fc9 commit 32abd53Copy full SHA for 32abd53
Dockerfile
@@ -123,7 +123,7 @@ RUN set -eux; \
123
apk fetch --no-cache --repositories-file psql_repos postgresql-client -o "$APK_POSTGRES_DIR/10"; \
124
echo "http://dl-cdn.alpinelinux.org/alpine/v3.10/main" > psql_repos; \
125
apk fetch --no-cache --repositories-file psql_repos postgresql-client -o "$APK_POSTGRES_DIR/11"; \
126
- echo "http://dl-cdn.alpinelinux.org/alpine/v3.14/main" > psql_repos; \
+ echo "http://dl-cdn.alpinelinux.org/alpine/v3.12/main" > psql_repos; \
127
apk fetch --no-cache --repositories-file psql_repos postgresql-client -o "$APK_POSTGRES_DIR/12"; \
128
apk fetch --no-cache postgresql13-client -o "$APK_POSTGRES_DIR/13"; \
129
apk fetch --no-cache postgresql14-client -o "$APK_POSTGRES_DIR/14"; \
0 commit comments