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.
2 parents fcd6d8d + b307a77 commit 5317fc3Copy full SHA for 5317fc3
1 file changed
src/API.Web/Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /source/src/API.Web
7
RUN dotnet publish --no-restore --configuration Release --runtime linux-$TARGETARCH --no-self-contained --output /app
8
9
FROM --platform=$TARGETARCH mcr.microsoft.com/dotnet/aspnet:10.0.3 AS runtime
10
-RUN apt-get update && apt-get upgrade -y && apt-get install -y curl=8.5.0-2ubuntu10.6 && apt-get clean
+RUN apt-get update && apt-get upgrade -y && apt-get install -y curl=8.5.0-2ubuntu10.7 && apt-get clean
11
WORKDIR /app
12
COPY --link --from=build /app .
13
USER app
0 commit comments