Skip to content

Commit 4973b26

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Docker: base images upgraded.
1 parent 46f3e11 commit 4973b26

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,5 +1,5 @@
1-
ARG BUILDTIME_IMAGE=mcr.microsoft.com/dotnet/sdk:8.0.402-alpine3.19
2-
ARG RUNTIME_IMAGE=mcr.microsoft.com/dotnet/runtime:8.0.8-alpine3.19
1+
ARG BUILDTIME_IMAGE=mcr.microsoft.com/dotnet/sdk:10.0.100-alpine3.22-amd64
2+
ARG RUNTIME_IMAGE=mcr.microsoft.com/dotnet/runtime:10.0.0-alpine3.22-amd64
33

44
###############################################################################
55
FROM ${BUILDTIME_IMAGE} AS init

0 commit comments

Comments
 (0)