We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7747ed5 commit 5252b53Copy full SHA for 5252b53
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /builder
4
ADD . /builder
5
RUN gradle build --stacktrace
6
7
-FROM adoptopenjdk/openjdk14:jre-14.0.2_12
+FROM adoptopenjdk/openjdk14:jre
8
WORKDIR /app
9
EXPOSE 9999
10
COPY --from=builder /builder/build/libs/request-0.0.1-SNAPSHOT.jar .
0 commit comments