We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3245e commit e9b2d6eCopy full SHA for e9b2d6e
docker/docker_build/Dockerfile
@@ -1,5 +1,5 @@
1
# set Java
2
-ARG JAVA_VERSION=17.0.13_11
+ARG JAVA_VERSION=17.0.14_7
3
# extracts spring layers from the app jar (to optimize boot)
4
FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine as build
5
docker/docker_build/Dockerfile_dev
0 commit comments