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 Nov 13, 2023
1 parent b76f97a commit 84f6e7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ RUN addgroup -g 4200 appgroup \
&& adduser -h /home/appuser -s /sbin/nologin -G appgroup -D -u 4200 appuser

# 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 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 84f6e7b

Please sign in to comment.