Skip to content

Commit 292fb93

Browse files
authored
Change base image to openjdk with early access version
1 parent 9899c4e commit 292fb93

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
ARG JDK_VERSION
2-
FROM openjdk:${JDK_VERSION}-jre-slim
2+
FROM openjdk:${JDK_VERSION}-ea-slim
33

44
ARG MVN_VERSION=1.2-SNAPSHOT
55
ENV MVN_VERSION=${MVN_VERSION}

0 commit comments

Comments
 (0)