We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd2cec commit 42f3c22Copy full SHA for 42f3c22
images/Dockerfile
@@ -1,5 +1,5 @@
1
# Source: https://github.com/dotnet/dotnet-docker
2
-FROM mcr.microsoft.com/dotnet/runtime-deps:7.0-jammy as build
+FROM mcr.microsoft.com/dotnet/runtime-deps:6.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:7.0-jammy
+FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy
31
32
ENV DEBIAN_FRONTEND=noninteractive
33
ENV RUNNER_MANUALLY_TRAP_SIG=1
0 commit comments