From 1ff8ad78608472c6bd235f5de8f5a95bd390742a Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Thu, 24 Aug 2023 11:03:31 -0400 Subject: [PATCH] Revert "Bump dotnet/runtime-deps from 6.0-jammy to 7.0-jammy in /images (#2745)" (#2790) This reverts commit 7b53c382947b0d3bb24cf55bde29cb2cbd8714dd. --- images/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile b/images/Dockerfile index 8864e8d5a..9537e07da 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -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