Skip to content

Commit 25feb67

Browse files
Bump dotnet/aspnet from 10.0.5 to 10.0.8 (#232)
Bumps dotnet/aspnet from 10.0.5 to 10.0.8. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c07b152 commit 25feb67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /app
33
COPY ShortenUrl ./
44
RUN dotnet publish -o published
55

6-
FROM mcr.microsoft.com/dotnet/aspnet:10.0.5 as runtime
6+
FROM mcr.microsoft.com/dotnet/aspnet:10.0.8 as runtime
77
WORKDIR /app
88
COPY --from=build /app/published .
99
CMD [ "dotnet", "ShortenUrl.dll" ]

0 commit comments

Comments
 (0)