Skip to content

Commit

Permalink
Merge pull request #55 from kjsanger/feature/update-gosu
Browse files Browse the repository at this point in the history
Bump gosu from 1.14 to 1.16
  • Loading branch information
kjsanger authored Mar 2, 2023
2 parents 8fb6013 + 5bd0c37 commit b66b57b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/base/centos/7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos:7 as installer

ENV GOSU_VERSION=1.14
ENV GOSU_VERSION=1.16

COPY ./scripts /opt/docker/base/scripts

Expand Down
2 changes: 1 addition & 1 deletion docker/base/minideb/bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM bitnami/minideb:bullseye-amd64 as installer

ENV DEBIAN_FRONTEND=noninteractive \
GOSU_VERSION=1.14
GOSU_VERSION=1.16

COPY ./scripts /opt/docker/base/scripts

Expand Down
2 changes: 1 addition & 1 deletion docker/base/ubuntu/16.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:16.04 as installer

ENV GOSU_VERSION=1.14
ENV GOSU_VERSION=1.16

COPY ./scripts /opt/docker/base/scripts

Expand Down
2 changes: 1 addition & 1 deletion docker/base/ubuntu/18.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:18.04 as installer

ENV GOSU_VERSION=1.14
ENV GOSU_VERSION=1.16

COPY ./scripts /opt/docker/base/scripts

Expand Down

0 comments on commit b66b57b

Please sign in to comment.