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.19-4.1715070735 (#230)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 28, 2024
1 parent b05d544 commit 0bc07e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.19-4
FROM registry.access.redhat.com/ubi8/openjdk-17:1.19-4.1715070735

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.19-4
FROM registry.access.redhat.com/ubi8/openjdk-17:1.19-4.1715070735

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.19-4
FROM registry.access.redhat.com/ubi8/openjdk-17:1.19-4.1715070735

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

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

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

Expand Down

0 comments on commit 0bc07e3

Please sign in to comment.