Skip to content

Commit 05223ce

Browse files
[backend-docker]: Bump dotnet/aspnet from 9.0 to 10.0 in /smo-backend
Bumps dotnet/aspnet from 9.0 to 10.0. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: '10.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf2e4e2 commit 05223ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smo-backend/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
22

33
ARG APP_UID=1000
44

0 commit comments

Comments
 (0)