Merge branch '2.0.x'

This commit is contained in:
Andy Wilkinson 2018-11-01 12:09:48 +00:00
commit 16d4a826a3
2 changed files with 4 additions and 2 deletions

View File

@ -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 && \

View File

@ -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 && \