Skip to content

Commit

Permalink
Fix postgres12-client download
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jan 4, 2024
1 parent e50004d commit a23fb1e
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 @@ -16,7 +16,8 @@ RUN addgroup -g 4200 appgroup \
# upgrade all installed packages to fix potential CVEs in advance
# also remove apk package manager to hopefully remove dependecy on openssl 🤞
RUN apk upgrade --no-cache --no-progress \
&& apk add --no-cache --no-progress ca-certificates postgresql12-client postgresql15-client curl jq \
&& apk add --no-cache --no-progress ca-certificates postgresql15-client curl jq \
&& apk add --no-cache --no-progress --repository=https://dl-cdn.alpinelinux.org/alpine/v3.18/community postgresql12-client \
&& apk del --no-cache --no-progress apk-tools alpine-keys

COPY --from=builder /pkg/ /usr/
Expand Down

0 comments on commit a23fb1e

Please sign in to comment.