Skip to content

Commit 54e6c47

Browse files
authored
Update Dockerfile
1 parent 8c57392 commit 54e6c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://hub.docker.com/r/adoptopenjdk/openjdk11
2-
FROM amazoncorretto:11-alpine
2+
FROM amazoncorretto:17-alpine
33

44
LABEL maintainer="[email protected]"
55

@@ -40,4 +40,4 @@ RUN set -x \
4040
&& rm Test.scala \
4141
&& rm -rf project \
4242
&& rm -rf target \
43-
&& rm build.sbt
43+
&& rm build.sbt

0 commit comments

Comments
 (0)