We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f463e62 commit f205e9cCopy full SHA for f205e9c
Dockerfile
@@ -4,7 +4,8 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0.402-alpine3.19-amd64 AS init
4
ENV WORKDIR=/app
5
WORKDIR ${WORKDIR}
6
7
-RUN apk add --update --no-cache make
+RUN apk add --update --no-cache make \
8
+ && apk upgrade --no-cache # Avoid some CVE reports updating basic packages.
9
10
###############################################################################
11
FROM init AS base
0 commit comments