Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi8/openjdk-17 docker…
Browse files Browse the repository at this point in the history
… tag to v1.20-2.1721231681
  • Loading branch information
renovate[bot] authored and rgolangh committed Jul 30, 2024
1 parent 49d5a13 commit 36a365a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion move2kube/m2k-func/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi8/openjdk-17:1.20-2
FROM registry.access.redhat.com/ubi8/openjdk-17:1.20-2.1721231681

ENV LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion move2kube/m2k-func/src/main/docker/Dockerfile.legacy-jar
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi8/openjdk-17:1.20-2
FROM registry.access.redhat.com/ubi8/openjdk-17:1.20-2.1721231681

ENV LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion pipeline/workflow-builder-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN /home/kogito/launch/build-app.sh ./resources
#=============================
# Runtime Run
#=============================
FROM registry.access.redhat.com/ubi8/openjdk-17:1.20-2
FROM registry.access.redhat.com/ubi8/openjdk-17:1.20-2.1721231681

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'

Expand Down

0 comments on commit 36a365a

Please sign in to comment.