Skip to content

Commit 9af970b

Browse files
committed
use JDK 8 alpine image instead of JRE
1 parent 1ab4f7f commit 9af970b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#https://github.com/anapsix/docker-alpine-java
2-
FROM anapsix/alpine-java
2+
FROM anapsix/alpine-java:8_jdk
33

44
ADD build/distributions/*.tar /usr/
55

0 commit comments

Comments
 (0)