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

Commit

Permalink
chore(deps): bump gosu from 1.16 to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
alanivey committed Nov 3, 2023
1 parent 0013736 commit 45ea000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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
ARG GOSU_VERSION=1.16
ARG GOSU_VERSION=1.17
WORKDIR /work
RUN <<EOF
#!/usr/bin/env bash
Expand Down

0 comments on commit 45ea000

Please sign in to comment.