From 2053f53535e6ed45aa1e98170f86836c9331aeff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:53:21 -0800 Subject: [PATCH] chore(deps): Update ubuntu Docker tag to v24 (#695) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 840fd17f..9bbad686 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ ARG TARGETOS TARGETARCH RUNTIME_RELEASE_VERSION RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o modus_runtime -ldflags "-s -w -X github.com/hypermodeinc/modus/runtime/config.version=$RUNTIME_RELEASE_VERSION" . # build the container image -FROM ubuntu:22.04 +FROM ubuntu:24.04 LABEL maintainer="Hypermode Inc. " # Create a custom group and user