Skip to content

Commit c74df3e

Browse files
committed
feat: update base image to ubuntu 24.04
Update base image to be Ubuntu 24.04 LTS. Signed-off-by: Noel Georgi <[email protected]>
1 parent 334df74 commit c74df3e

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:8.0-jammy AS build
2+
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-noble AS build
33

44
ARG TARGETOS
55
ARG TARGETARCH
@@ -41,7 +41,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy
4141
ENV DEBIAN_FRONTEND=noninteractive
4242
ENV RUNNER_MANUALLY_TRAP_SIG=1
4343
ENV 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
4747
RUN apt update -y \

0 commit comments

Comments
 (0)