From 8e78b9fd4082dcfe2b80745fe3b889f4f99e755e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:58:49 +0000 Subject: [PATCH] chore(deps): bump library/ubuntu from jammy-20230916 to jammy-20231004 Bumps library/ubuntu from jammy-20230916 to jammy-20231004. --- updated-dependencies: - dependency-name: library/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 eac796f..c091816 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ARG BASE_IMAGE=docker.io/library/tomcat:9-jre11-temurin-jammy # gosu for easy step-down from root - https://github.com/tianon/gosu/releases -FROM docker.io/library/ubuntu:jammy-20230916 as gosu-builder +FROM docker.io/library/ubuntu:jammy-20231004 as gosu-builder ARG GOSU_VERSION=1.16 WORKDIR /work RUN <