From ea49409558ce78c9f4d9ff74dc62c575875ba4d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:22:12 +0200 Subject: [PATCH] Bump ubuntu from focal-20230412 to focal-20230801 (#156) Bumps ubuntu from focal-20230412 to focal-20230801. --- 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 61eeeeb..eb853f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20230412 +FROM ubuntu:focal-20230801 LABEL maintainer "fsdevops@evry.com" #avoid interactive dialouges from apt: ENV DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8