Skip to content

Commit fd4ce4b

Browse files
Upgrade alpine to v3.5
1 parent e2c8648 commit fd4ce4b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

7-jdk/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.4
7+
FROM alpine:3.5
88

99
# A few problems with compiling Java from source:
1010
# 1. Oracle. Licensing prevents us from redistributing the official JDK.

7-jre/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.4
7+
FROM alpine:3.5
88

99
# A few problems with compiling Java from source:
1010
# 1. Oracle. Licensing prevents us from redistributing the official JDK.

8-jdk/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.4
7+
FROM alpine:3.5
88

99
# A few problems with compiling Java from source:
1010
# 1. Oracle. Licensing prevents us from redistributing the official JDK.

8-jre/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.4
7+
FROM alpine:3.5
88

99
# A few problems with compiling Java from source:
1010
# 1. Oracle. Licensing prevents us from redistributing the official JDK.

0 commit comments

Comments
 (0)