Skip to content

Commit

Permalink
Merge pull request #811 from Tecnativa/fix-psql12-repo
Browse files Browse the repository at this point in the history
[FIX] Changed the PostgreSQL 12 repository.
  • Loading branch information
pedrobaeza authored Mar 14, 2024
2 parents fa0098f + b894fc9 commit 32abd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ RUN set -eux; \
apk fetch --no-cache --repositories-file psql_repos postgresql-client -o "$APK_POSTGRES_DIR/10"; \
echo "http://dl-cdn.alpinelinux.org/alpine/v3.10/main" > psql_repos; \
apk fetch --no-cache --repositories-file psql_repos postgresql-client -o "$APK_POSTGRES_DIR/11"; \
echo "http://dl-cdn.alpinelinux.org/alpine/v3.14/main" > psql_repos; \
echo "http://dl-cdn.alpinelinux.org/alpine/v3.12/main" > psql_repos; \
apk fetch --no-cache --repositories-file psql_repos postgresql-client -o "$APK_POSTGRES_DIR/12"; \
apk fetch --no-cache postgresql13-client -o "$APK_POSTGRES_DIR/13"; \
apk fetch --no-cache postgresql14-client -o "$APK_POSTGRES_DIR/14"; \
Expand Down

0 comments on commit 32abd53

Please sign in to comment.