Skip to content

Commit

Permalink
build(deps): bump ubi8/openjdk-17 in /src/main/docker (#134)
Browse files Browse the repository at this point in the history
Bumps ubi8/openjdk-17 from 1.16-2 to 1.17-1.1693366272.

---
updated-dependencies:
- dependency-name: ubi8/openjdk-17
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent b2aabed commit 6f0e04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_DEBUG="true" quarkus/cryostat-reports-jvm
#
###
FROM registry.access.redhat.com/ubi8/openjdk-17:1.16-2
FROM registry.access.redhat.com/ubi8/openjdk-17:1.17-1.1693366272

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

Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.legacy-jar
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_DEBUG="true" quarkus/cryostat-reports-legacy-jar
#
###
FROM registry.access.redhat.com/ubi8/openjdk-17:1.16-2
FROM registry.access.redhat.com/ubi8/openjdk-17:1.17-1.1693366272

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

Expand Down

0 comments on commit 6f0e04e

Please sign in to comment.