Skip to content

Commit

Permalink
Bump openJDK17 image (#446)
Browse files Browse the repository at this point in the history
Signed-off-by: gabriel-farache <[email protected]>
  • Loading branch information
gabriel-farache authored Oct 9, 2024
1 parent 351790e commit 382264e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions move2kube/m2k-func/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi9/openjdk-17:1.20-2.1725851028 as builder
FROM registry.access.redhat.com/ubi9/openjdk-17:1.20-2.1726695177 as builder

COPY src src
COPY pom.xml .
RUN mvn package

FROM registry.access.redhat.com/ubi9/openjdk-17:1.20-2.1725851028
FROM registry.access.redhat.com/ubi9/openjdk-17:1.20-2.1726695177

ENV LANGUAGE='en_US:en'
COPY LICENSE /licenses/
Expand Down
2 changes: 1 addition & 1 deletion pipeline/workflow-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN /home/kogito/launch/build-app.sh ./resources
#=============================
# Runtime Run
#=============================
FROM registry.access.redhat.com/ubi9/openjdk-17:1.20-2.1725386454
FROM registry.access.redhat.com/ubi9/openjdk-17:1.20-2.1726695177


ARG FLOW_NAME
Expand Down

0 comments on commit 382264e

Please sign in to comment.