Skip to content

Commit f205e9c

Browse files
author
Gonzalo Diaz
committed
[SECURITY] try to remove CVE-2024-9143 vulnerability in openssl
1 parent f463e62 commit f205e9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0.402-alpine3.19-amd64 AS init
44
ENV WORKDIR=/app
55
WORKDIR ${WORKDIR}
66

7-
RUN apk add --update --no-cache make
7+
RUN apk add --update --no-cache make \
8+
&& apk upgrade --no-cache # Avoid some CVE reports updating basic packages.
89

910
###############################################################################
1011
FROM init AS base

0 commit comments

Comments
 (0)