1
0
mirror of synced 2025-12-19 17:37:47 -05:00

Revert "Bump dotnet/runtime-deps from 6.0-jammy to 7.0-jammy in /images (#2745)" (#2790)

This reverts commit 7b53c38294.
This commit is contained in:
Tingluo Huang
2023-08-24 11:03:31 -04:00
committed by GitHub
parent 8dd2cec3af
commit 1ff8ad7860

View File

@@ -1,5 +1,5 @@
# Source: https://github.com/dotnet/dotnet-docker
FROM mcr.microsoft.com/dotnet/runtime-deps:7.0-jammy as build
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy as build
ARG TARGETOS
ARG TARGETARCH
@@ -27,7 +27,7 @@ RUN export RUNNER_ARCH=${TARGETARCH} \
&& tar zxvf docker.tgz \
&& rm -rf docker.tgz
FROM mcr.microsoft.com/dotnet/runtime-deps:7.0-jammy
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy
ENV DEBIAN_FRONTEND=noninteractive
ENV RUNNER_MANUALLY_TRAP_SIG=1