Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

chore(deps): bump library/ubuntu from jammy-20231004 to jammy-20231128 #283

Merged
merged 2 commits into from
Dec 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-20231004 as gosu-builder
FROM docker.io/library/ubuntu:jammy-20231128 as gosu-builder
ARG GOSU_VERSION=1.17
WORKDIR /work
RUN <<EOF
Expand Down
Loading