Skip to content

Commit 03e5136

Browse files
dependabot[bot]tiksn
authored andcommitted
Bump dotnet/aspnet from 10.0.8 to 10.0.9 in /src/API.Web
Bumps dotnet/aspnet from 10.0.8 to 10.0.9. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 530983a commit 03e5136

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)