Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Jan 4, 2024
1 parent a23fb1e commit 2bd6f06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ 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 postgresql15-client curl jq \
&& apk add --no-cache --no-progress --repository=https://dl-cdn.alpinelinux.org/alpine/v3.18/community postgresql12-client \
&& apk add --no-cache --no-progress ca-certificates postgresql12-client postgresql15-client curl jq \
&& apk del --no-cache --no-progress apk-tools alpine-keys

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

0 comments on commit 2bd6f06

Please sign in to comment.