File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -117,15 +117,18 @@ RUN set -eux; \
117
117
"$APK_POSTGRES_DIR/13" \
118
118
"$APK_POSTGRES_DIR/14" \
119
119
"$APK_POSTGRES_DIR/15" \
120
+ "$APK_POSTGRES_DIR/16" \
120
121
"$APK_POSTGRES_DIR/latest" ; \
121
122
echo "http://dl-cdn.alpinelinux.org/alpine/v3.8/main" > psql_repos; \
122
123
apk fetch --no-cache --repositories-file psql_repos postgresql-client -o "$APK_POSTGRES_DIR/10" ; \
123
124
echo "http://dl-cdn.alpinelinux.org/alpine/v3.10/main" > psql_repos; \
124
125
apk fetch --no-cache --repositories-file psql_repos postgresql-client -o "$APK_POSTGRES_DIR/11" ; \
125
- apk fetch --no-cache postgresql12-client -o "$APK_POSTGRES_DIR/12" ; \
126
+ echo "http://dl-cdn.alpinelinux.org/alpine/v3.14/main" > psql_repos; \
127
+ apk fetch --no-cache --repositories-file psql_repos postgresql-client -o "$APK_POSTGRES_DIR/12" ; \
126
128
apk fetch --no-cache postgresql13-client -o "$APK_POSTGRES_DIR/13" ; \
127
129
apk fetch --no-cache postgresql14-client -o "$APK_POSTGRES_DIR/14" ; \
128
130
apk fetch --no-cache postgresql15-client -o "$APK_POSTGRES_DIR/15" ; \
131
+ apk fetch --no-cache postgresql16-client -o "$APK_POSTGRES_DIR/16" ; \
129
132
apk fetch --no-cache postgresql-client -o "$APK_POSTGRES_DIR/latest" ; \
130
133
rm psql_repos;
131
134
You can’t perform that action at this time.
0 commit comments