Skip to content

Commit c85db5f

Browse files
committed
Bump tini version to latest
1 parent 39b3e8c commit c85db5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/scripts/bootstrap-via-installer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM ...
1010
# See https://docs.gocd.io/current/installation/install/agent/linux.html
1111

1212
# download tini to ensure that an init process exists
13-
ADD https://github.com/krallin/tini/releases/download/v0.14.0/tini /tini
13+
ADD https://github.com/krallin/tini/releases/download/v0.19.0/tini /tini
1414
RUN chmod +x /tini
1515
ENTRYPOINT ["/tini", "--"]
1616

contrib/scripts/bootstrap-without-installed-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM ...
66
# yum install java-1.8.0-openjdk-headless git
77

88
# download tini to ensure that an init process exists
9-
ADD https://github.com/krallin/tini/releases/download/v0.14.0/tini /tini
9+
ADD https://github.com/krallin/tini/releases/download/v0.19.0/tini /tini
1010
RUN chmod +x /tini
1111
ENTRYPOINT ["/tini", "--"]
1212

0 commit comments

Comments
 (0)