Skip to content

Commit

Permalink
[FIX] Update postgresql v13 repository
Browse files Browse the repository at this point in the history
  • Loading branch information
josep-tecnativa committed Jun 26, 2024
1 parent 3a9e556 commit 6891971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ RUN set -eux; \
apk fetch --no-cache --repositories-file psql_repos postgresql-client -o "$APK_POSTGRES_DIR/11"; \
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"; \
echo "http://dl-cdn.alpinelinux.org/alpine/v3.14/main" > psql_repos; \
apk fetch --no-cache --repositories-file psql_repos postgresql-client -o "$APK_POSTGRES_DIR/13"; \
apk fetch --no-cache postgresql14-client -o "$APK_POSTGRES_DIR/14"; \
apk fetch --no-cache postgresql15-client -o "$APK_POSTGRES_DIR/15"; \
apk fetch --no-cache postgresql16-client -o "$APK_POSTGRES_DIR/16"; \
Expand Down

0 comments on commit 6891971

Please sign in to comment.