File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Source: https://github.com/dotnet/dotnet-docker
2- FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy AS build
2+ FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-noble AS build
33
44ARG TARGETOS
55ARG TARGETARCH
@@ -36,12 +36,12 @@ RUN export RUNNER_ARCH=${TARGETARCH} \
3636 "https://github.com/docker/buildx/releases/download/v${BUILDX_VERSION}/buildx-v${BUILDX_VERSION}.linux-${TARGETARCH}" \
3737 && chmod +x /usr/local/lib/docker/cli-plugins/docker-buildx
3838
39- FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy
39+ FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-noble
4040
4141ENV DEBIAN_FRONTEND=noninteractive
4242ENV RUNNER_MANUALLY_TRAP_SIG=1
4343ENV ACTIONS_RUNNER_PRINT_LOG_TO_STDOUT=1
44- ENV ImageOS=ubuntu22
44+ ENV ImageOS=ubuntu24
4545
4646# 'gpg-agent' and 'software-properties-common' are needed for the 'add-apt-repository' command that follows
4747RUN apt update -y \
You can’t perform that action at this time.
0 commit comments