From c4d2cf1d952d04ef833df1580ec7b49586f144d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:01:28 +0100 Subject: [PATCH] Bump ubuntu from jammy-20221130 to jammy-20231004 (#157) Bumps ubuntu from jammy-20221130 to jammy-20231004. --- 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 5e2ca97..e933f0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20221130 +FROM ubuntu:jammy-20231004 LABEL maintainer "fsdevops@evry.com" #avoid interactive dialouges from apt: ENV DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8