File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
6
7
- FROM alpine:3.4
7
+ FROM alpine:3.5
8
8
9
9
# A few problems with compiling Java from source:
10
10
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
Original file line number Diff line number Diff line change 4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
6
7
- FROM alpine:3.4
7
+ FROM alpine:3.5
8
8
9
9
# A few problems with compiling Java from source:
10
10
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
Original file line number Diff line number Diff line change 4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
6
7
- FROM alpine:3.4
7
+ FROM alpine:3.5
8
8
9
9
# A few problems with compiling Java from source:
10
10
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
@@ -27,7 +27,7 @@ ENV JAVA_HOME /usr/lib/jvm/java-1.8-openjdk
27
27
ENV PATH $PATH:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
28
28
29
29
ENV JAVA_VERSION 8u111
30
- ENV JAVA_ALPINE_VERSION 8.111.14-r0
30
+ ENV JAVA_ALPINE_VERSION 8.111.14-r1
31
31
32
32
RUN set -x \
33
33
&& apk add --no-cache \
Original file line number Diff line number Diff line change 4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
6
7
- FROM alpine:3.4
7
+ FROM alpine:3.5
8
8
9
9
# A few problems with compiling Java from source:
10
10
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
@@ -27,7 +27,7 @@ ENV JAVA_HOME /usr/lib/jvm/java-1.8-openjdk/jre
27
27
ENV PATH $PATH:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
28
28
29
29
ENV JAVA_VERSION 8u111
30
- ENV JAVA_ALPINE_VERSION 8.111.14-r0
30
+ ENV JAVA_ALPINE_VERSION 8.111.14-r1
31
31
32
32
RUN set -x \
33
33
&& apk add --no-cache \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ declare -A variants=(
26
26
[jdk]=' scm'
27
27
)
28
28
29
- alpineVersion=' 3.4 '
29
+ alpineVersion=' 3.5 '
30
30
alpineMirror=" http://dl-cdn.alpinelinux.org/alpine/v${alpineVersion} /community/x86_64"
31
31
curl -fsSL' #' " $alpineMirror /APKINDEX.tar.gz" | tar -zxv APKINDEX
32
32
You can’t perform that action at this time.
0 commit comments