We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846d177 commit de00af1Copy full SHA for de00af1
Dockerfile
@@ -1,5 +1,5 @@
1
-# Build an image using JDK 8
2
-FROM openjdk:8u342-jdk AS builder
+# Build an image using JDK 17
+FROM openjdk:17-oracle AS builder
3
4
# Set up a working directory
5
WORKDIR /app
0 commit comments