From 30b3227e46b830e53fa1f2658166bacac33494d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 06:18:43 +0000 Subject: [PATCH] Bump ubuntu from 23.10 to 24.04 Bumps ubuntu from 23.10 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 55e52c49..93a71eb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:23.10 +FROM ubuntu:24.04 ENV DEBIAN_FRONTEND noninteractive LABEL org.opencontainers.image.title "OpenSanctions yente"