Skip to content

Commit

Permalink
Merge branch '2.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 1, 2018
2 parents 980d8ea + e915006 commit 16d4a82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci/images/spring-boot-ci-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM openjdk:8u181-jdk
# 1.8.0_181-8u181-b13-1~deb9u1-b13
FROM openjdk@sha256:1b842a215cf3437c9197f0f47e5c1a12f0a27aed27b84536ee3d8ef6b9b7e19e

RUN apt-get update && \
apt-get install -y git && \
Expand Down
3 changes: 2 additions & 1 deletion ci/images/spring-boot-jdk11-ci-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM openjdk:11.0.1-jdk
# 11.0.1+13-Debian-2
FROM openjdk@sha256:4b6ed15fe162c6209c7fa5cfa4d5fdfdc639d99d76998114e4fc790cda098f66

RUN apt-get update && \
apt-get install -y git && \
Expand Down

0 comments on commit 16d4a82

Please sign in to comment.