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 334df74 commit c74df3eCopy full SHA for c74df3e
images/Dockerfile
@@ -1,5 +1,5 @@
1
# Source: https://github.com/dotnet/dotnet-docker
2
-FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy AS build
+FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-noble AS build
3
4
ARG TARGETOS
5
ARG TARGETARCH
@@ -41,7 +41,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy
41
ENV DEBIAN_FRONTEND=noninteractive
42
ENV RUNNER_MANUALLY_TRAP_SIG=1
43
ENV ACTIONS_RUNNER_PRINT_LOG_TO_STDOUT=1
44
-ENV ImageOS=ubuntu22
+ENV ImageOS=ubuntu24
45
46
# 'gpg-agent' and 'software-properties-common' are needed for the 'add-apt-repository' command that follows
47
RUN apt update -y \
0 commit comments