Skip to content

Commit 6b3b790

Browse files
committed
Update CI docker image with latest scripts tag
1 parent 589d4f9 commit 6b3b790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/images/spring-boot-ci-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && \
55
apt-get install -y libxml2-utils && \
66
apt-get install -y jq
77

8-
ADD https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.1/concourse-java.sh /opt/
8+
ADD https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.2/concourse-java.sh /opt/
99

1010
ENV DOCKER_VERSION=17.05.0-ce \
1111
ENTRYKIT_VERSION=0.4.0

ci/images/spring-boot-jdk9-ci-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && \
55
apt-get install -y libxml2-utils && \
66
apt-get install -y jq
77

8-
ADD https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.1/concourse-java.sh /opt/
8+
ADD https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.2/concourse-java.sh /opt/
99

1010
ENV DOCKER_VERSION=17.05.0-ce \
1111
ENTRYKIT_VERSION=0.4.0

0 commit comments

Comments
 (0)