Skip to content

Commit 51e4cc5

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent ac0ad3a commit 51e4cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN addgroup -g 4200 appgroup \
5252
# upgrade all installed packages to fix potential CVEs in advance
5353
# also remove apk package manager to hopefully remove dependency on OpenSSL 🤞
5454
RUN apk upgrade --no-cache --no-progress \
55-
&& apk del --no-cache --no-progress apk-tools alpine-keys alpine-release libc-utils
55+
&& apk del --no-cache --no-progress apk-tools alpine-keys alpine-release musl-utils
5656

5757
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
5858
COPY --from=builder /etc/ssl/cert.pem /etc/ssl/cert.pem

0 commit comments

Comments
 (0)