We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b3e8c commit c85db5fCopy full SHA for c85db5f
2 files changed
contrib/scripts/bootstrap-via-installer/Dockerfile
@@ -10,7 +10,7 @@ FROM ...
10
# See https://docs.gocd.io/current/installation/install/agent/linux.html
11
12
# download tini to ensure that an init process exists
13
-ADD https://github.com/krallin/tini/releases/download/v0.14.0/tini /tini
+ADD https://github.com/krallin/tini/releases/download/v0.19.0/tini /tini
14
RUN chmod +x /tini
15
ENTRYPOINT ["/tini", "--"]
16
contrib/scripts/bootstrap-without-installed-agent/Dockerfile
@@ -6,7 +6,7 @@ FROM ...
6
# yum install java-1.8.0-openjdk-headless git
7
8
9
0 commit comments