Skip to content

Commit 69686f9

Browse files
authored
Merge pull request #1172 from fossa-app/dependabot/docker/src/API.Web/dotnet/aspnet-10.0.9
Bump dotnet/aspnet from 10.0.8 to 10.0.9 in /src/API.Web
2 parents 530983a + 03e5136 commit 69686f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/API.Web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN dotnet restore --runtime linux-$TARGETARCH
66
WORKDIR /source/src/API.Web
77
RUN dotnet publish --no-restore --configuration Release --runtime linux-$TARGETARCH --no-self-contained --output /app
88

9-
FROM --platform=$TARGETARCH mcr.microsoft.com/dotnet/aspnet:10.0.8 AS runtime
9+
FROM --platform=$TARGETARCH mcr.microsoft.com/dotnet/aspnet:10.0.9 AS runtime
1010
RUN apt-get update && apt-get upgrade -y && apt-get install -y curl=8.5.0-2ubuntu10.9 && apt-get clean
1111
WORKDIR /app
1212
COPY --link --from=build /app .

0 commit comments

Comments
 (0)