Skip to content

Commit

Permalink
Fix JDK 10 version due docker-library/openjdk#217
Browse files Browse the repository at this point in the history
  • Loading branch information
panga committed Jul 24, 2018
1 parent 18b086f commit eb8207e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.fatjar
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:10-jre-slim
FROM openjdk:10.0.1-jre-slim

ADD spring-petclinic-2.0.0.BUILD-SNAPSHOT.jar app.jar

Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.glibc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:10 as builder
FROM openjdk:10.0.1 as builder

RUN jlink \
--add-modules java.xml.bind,java.sql,java.naming,java.management,java.instrument,java.security.jgss \
Expand Down

0 comments on commit eb8207e

Please sign in to comment.