From cacf9a9b477d2108a6727da1af61bb7bd489086b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 07:31:17 +0000 Subject: [PATCH] Bump ubuntu from jammy-20240212 to jammy-20240427 Bumps ubuntu from jammy-20240212 to jammy-20240427. --- 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 c67dceb..14b02f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20240212 +FROM ubuntu:jammy-20240427 LABEL maintainer "fsdevops@evry.com" #avoid interactive dialouges from apt: ENV DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8