We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 530983a + 03e5136 commit 69686f9Copy full SHA for 69686f9
1 file changed
src/API.Web/Dockerfile
@@ -6,7 +6,7 @@ RUN dotnet restore --runtime linux-$TARGETARCH
6
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.8 AS runtime
+FROM --platform=$TARGETARCH mcr.microsoft.com/dotnet/aspnet:10.0.9 AS runtime
10
RUN apt-get update && apt-get upgrade -y && apt-get install -y curl=8.5.0-2ubuntu10.9 && apt-get clean
11
WORKDIR /app
12
COPY --link --from=build /app .
0 commit comments