Skip to content

Commit 42f3c22

Browse files
authored
Revert "Bump dotnet/runtime-deps from 6.0-jammy to 7.0-jammy in /images (#2745)"
This reverts commit 7b53c38.
1 parent 8dd2cec commit 42f3c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source: https://github.com/dotnet/dotnet-docker
2-
FROM mcr.microsoft.com/dotnet/runtime-deps:7.0-jammy as build
2+
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy as build
33

44
ARG TARGETOS
55
ARG TARGETARCH
@@ -27,7 +27,7 @@ RUN export RUNNER_ARCH=${TARGETARCH} \
2727
&& tar zxvf docker.tgz \
2828
&& rm -rf docker.tgz
2929

30-
FROM mcr.microsoft.com/dotnet/runtime-deps:7.0-jammy
30+
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy
3131

3232
ENV DEBIAN_FRONTEND=noninteractive
3333
ENV RUNNER_MANUALLY_TRAP_SIG=1

0 commit comments

Comments
 (0)