Skip to content

Commit 63cbd76

Browse files
Bump dotnet/aspnet from 5.0.9 to 5.0.10 in /src/JoinRpg.Portal (#1522)
Bumps dotnet/aspnet from 5.0.9 to 5.0.10. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent caf6dd5 commit 63cbd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoinRpg.Portal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . ./
55
RUN dotnet publish src/JoinRpg.Portal -c Release -o out
66

77
# Build runtime image
8-
FROM mcr.microsoft.com/dotnet/aspnet:5.0.9
8+
FROM mcr.microsoft.com/dotnet/aspnet:5.0.10
99
WORKDIR /app
1010
COPY --from=build-env /app/out .
1111

0 commit comments

Comments
 (0)