Skip to content

Commit b402c39

Browse files
Bump the allsdk group with 2 updates
Bumps the allsdk group with 2 updates: dotnet/sdk and dotnet/aspnet. Updates `dotnet/sdk` from 9.0.305-alpine3.21 to 9.0.306-alpine3.21 Updates `dotnet/aspnet` from 9.0.9-alpine3.21 to 9.0.10-alpine3.21 --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 9.0.306-alpine3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: allsdk - dependency-name: dotnet/aspnet dependency-version: 9.0.10-alpine3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: allsdk ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2c73e0a commit b402c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0.305-alpine3.21 AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0.306-alpine3.21 AS build
22

33
ARG Version=1.0.0
44

@@ -8,7 +8,7 @@ COPY . .
88

99
RUN dotnet publish ./src/DockerBackup.WebApi -o artifacts/DockerBackup.WebApi /p:Version=$Version
1010

11-
FROM mcr.microsoft.com/dotnet/aspnet:9.0.9-alpine3.21 AS runtime
11+
FROM mcr.microsoft.com/dotnet/aspnet:9.0.10-alpine3.21 AS runtime
1212

1313
WORKDIR /docker-backup
1414

0 commit comments

Comments
 (0)