Skip to content

Commit 65217e2

Browse files
authored
Merge pull request #88 from KuraiAndras/dependabot/docker/allsdk-45b9d6aa8a
Bump the allsdk group with 2 updates
2 parents 2c73e0a + b402c39 commit 65217e2

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)