From 37670e762de6abf1abfebbc16c86d7cd637e947b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:42:40 +0200 Subject: [PATCH] Bump ubuntu from focal-20240216 to focal-20240427 (#189) Bumps ubuntu from focal-20240216 to focal-20240427. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c235b8..9f1bd23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20240216 +FROM ubuntu:focal-20240427 LABEL maintainer "fsdevops@evry.com" #avoid interactive dialouges from apt: ENV DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8