From c3f0dec32c519ec0173aa9040f12ba1edc4e28e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:56:06 +0000 Subject: [PATCH] chore(deps): bump library/ubuntu from jammy-20240212 to jammy-20240227 Bumps library/ubuntu from jammy-20240212 to jammy-20240227. --- 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 5f90b30..4877b93 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-20240212 as gosu-builder +FROM docker.io/library/ubuntu:jammy-20240227 as gosu-builder ARG GOSU_VERSION=1.17 WORKDIR /work RUN <