From 067cf2defd1de20f84b4213870d939315f2d406a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:00:43 +0000 Subject: [PATCH] build(deps): bump ubuntu from 22.04 to 24.04 Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5087dd..4c7bf47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.4 # artifacts: false # platforms: linux/amd64,linux/arm64/v8,linux/arm/v7 -FROM ubuntu:22.04 AS buildstage +FROM ubuntu:24.04 AS buildstage # build args ARG BUILD_VERSION