Skip to content

Commit ec22f9b

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 <git@frezbo.dev>
1 parent 334df74 commit ec22f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/Dockerfile

Lines changed: 3 additions & 3 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
@@ -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

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)