From 1eed3cdf8627dd550e6052933053469db1a46fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 02:36:28 +0000 Subject: [PATCH] Bump ubuntu from jammy-20231128 to jammy-20240111 Bumps ubuntu from jammy-20231128 to jammy-20240111. --- 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 df10be7e..3f1e7015 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${BUILDPLATFORM} ubuntu:jammy-20231128 +FROM --platform=${BUILDPLATFORM} ubuntu:jammy-20240111 # Multi-architecture from buildx, and defaults if buildx not available ARG TARGETPLATFORM=linux/amd64