Skip to content

Commit 2c73e0a

Browse files
authored
Merge pull request #84 from KuraiAndras/dependabot/docker/allsdk-7ec0b3c93e
Bump the allsdk group with 2 updates
2 parents 1ec5bdd + 218de29 commit 2c73e0a

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.304-alpine3.21 AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0.305-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.8-alpine3.21 AS runtime
11+
FROM mcr.microsoft.com/dotnet/aspnet:9.0.9-alpine3.21 AS runtime
1212

1313
WORKDIR /docker-backup
1414

0 commit comments

Comments
 (0)