Skip to content

Commit

Permalink
Bump docker to java version 17.0.12_7 (#1817)
Browse files Browse the repository at this point in the history
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
  • Loading branch information
avgustinmm authored Aug 12, 2024
1 parent a99e80b commit 96d8831
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hawkbit-runtime/docker/docker_build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# set Java
ARG JAVA_VERSION=17.0.11_9
ARG JAVA_VERSION=17.0.12_7
# extracts spring layers from the app jar (to optimize boot)
FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine as build

Expand Down
2 changes: 1 addition & 1 deletion hawkbit-runtime/docker/docker_build/Dockerfile-mysql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# set Java
ARG JAVA_VERSION=17.0.11_9
ARG JAVA_VERSION=17.0.12_7
# extracts spring layers from the app jar (to optimize boot)
FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine as build

Expand Down
2 changes: 1 addition & 1 deletion hawkbit-runtime/docker/docker_build/Dockerfile_dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# set Java
ARG JAVA_VERSION=17.0.11_9
ARG JAVA_VERSION=17.0.12_7
# extracts spring layers from the app jar (to optimize boot)
FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine as build

Expand Down
2 changes: 1 addition & 1 deletion hawkbit-runtime/docker/docker_build/Dockerfile_dev-mysql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# set Java
ARG JAVA_VERSION=17.0.11_9
ARG JAVA_VERSION=17.0.12_7
# extracts spring layers from the app jar (to optimize boot)
FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine as build

Expand Down

0 comments on commit 96d8831

Please sign in to comment.