Skip to content

Commit b176a29

Browse files
Bump the dotnet-images group across 1 directory with 2 updates
Bumps the dotnet-images group with 2 updates in the /docker/game-realtime/prod directory: dotnet/sdk and dotnet/aspnet. Updates `dotnet/sdk` from 9.0.313 to 9.0.315 Updates `dotnet/aspnet` from 9.0.15 to 9.0.17 --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-images - dependency-name: dotnet/sdk dependency-version: 9.0.314 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-images ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 211557b commit b176a29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/game-realtime/prod/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Game.Realtime 本番用 Dockerfile
33

44
# ===== Build Stage =====
5-
FROM mcr.microsoft.com/dotnet/sdk:9.0.313 AS build
5+
FROM mcr.microsoft.com/dotnet/sdk:9.0.315 AS build
66
WORKDIR /src
77

88
COPY Directory.Packages.props ./
@@ -20,7 +20,7 @@ RUN dotnet publish src/Game.Realtime/Game.Realtime.csproj \
2020
-o /app/publish
2121

2222
# ===== Runtime Stage =====
23-
FROM mcr.microsoft.com/dotnet/aspnet:9.0.15 AS runtime
23+
FROM mcr.microsoft.com/dotnet/aspnet:9.0.17 AS runtime
2424

2525
RUN groupadd -r appgroup && useradd -r -g appgroup appuser
2626

0 commit comments

Comments
 (0)