Skip to content

Commit 6739811

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent b1ce7de commit 6739811

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
@@ -49,7 +49,7 @@ FROM alpine:3.23
4949
# upgrade all installed packages to fix potential CVEs in advance
5050
# also remove apk package manager to hopefully remove dependency on OpenSSL 🤞
5151
RUN apk upgrade --no-cache --no-progress \
52-
&& apk del --no-cache --no-progress apk-tools alpine-keys alpine-release libc-utils
52+
&& apk del --no-cache --no-progress apk-tools alpine-keys alpine-release musl-utils
5353

5454
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
5555
COPY --from=builder /etc/ssl/cert.pem /etc/ssl/cert.pem

0 commit comments

Comments
 (0)