We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22452c commit 7b53c38Copy full SHA for 7b53c38
images/Dockerfile
@@ -1,5 +1,5 @@
1
# Source: https://github.com/dotnet/dotnet-docker
2
-FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy as build
+FROM mcr.microsoft.com/dotnet/runtime-deps:7.0-jammy as build
3
4
ARG TARGETOS
5
ARG TARGETARCH
@@ -27,7 +27,7 @@ RUN export RUNNER_ARCH=${TARGETARCH} \
27
&& tar zxvf docker.tgz \
28
&& rm -rf docker.tgz
29
30
-FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy
+FROM mcr.microsoft.com/dotnet/runtime-deps:7.0-jammy
31
32
ENV DEBIAN_FRONTEND=noninteractive
33
ENV RUNNER_MANUALLY_TRAP_SIG=1
0 commit comments