From 86ab1c7ca61dd366959c554753b3f28c0aba0cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 07:37:19 +0000 Subject: [PATCH] Bump ubuntu from focal-20231211 to focal-20240123 Bumps ubuntu from focal-20231211 to focal-20240123. --- 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 1625deb..c6991cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20231211 +FROM ubuntu:focal-20240123 LABEL maintainer "fsdevops@evry.com" #avoid interactive dialouges from apt: ENV DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8