From 6e45421a191d4baf10daad6070ebea5b217787c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 22:24:20 +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 ec34b5d22b..f587731a72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ # FROM scratch -FROM ubuntu:22.04 +FROM ubuntu:24.04 LABEL maintainer="engineering@atlan.com" ARG VERSION=3.0.0-SNAPSHOT