Skip to content

Commit caf6dd5

Browse files
Bump dotnet/aspnet from 5.0.9 to 5.0.10 in /src/Joinrpg.Dal.Migrate (#1523)
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 23fe978 commit caf6dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Joinrpg.Dal.Migrate/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.Dal.Migrate -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
ENTRYPOINT ["/app/Joinrpg.Dal.Migrate"]

0 commit comments

Comments
 (0)