Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9/openjdk-17 docker…
Browse files Browse the repository at this point in the history
… tag to v1.21-2

Signed-off-by: konflux-internal <126015336+konflux-internal[bot]@users.noreply.github.com>
  • Loading branch information
konflux-internal[bot] authored Dec 9, 2024
1 parent 1fb52d6 commit 492dc1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pipeline/workflow-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN /home/kogito/launch/build-app.sh ./resources
#=============================
# Runtime Run
#=============================
FROM registry.access.redhat.com/ubi9/openjdk-17:1.20-2.1729773462
FROM registry.access.redhat.com/ubi9/openjdk-17:1.21-2


ARG FLOW_NAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi9/openjdk-17:1.20-2.1725386454
FROM registry.access.redhat.com/ubi9/openjdk-17:1.21-2

ENV LANGUAGE='en_US:en'

Expand Down
4 changes: 2 additions & 2 deletions workflows/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.1729773462 as builder
FROM registry.access.redhat.com/ubi9/openjdk-17:1.21-2 as builder

COPY src src
COPY pom.xml .
RUN mvn package

FROM registry.access.redhat.com/ubi9/openjdk-17:1.20-2.1729773462
FROM registry.access.redhat.com/ubi9/openjdk-17:1.21-2

ENV LANGUAGE='en_US:en'
COPY LICENSE /licenses/
Expand Down

0 comments on commit 492dc1e

Please sign in to comment.