Skip to content

Commit

Permalink
build(deps): bump ubi8/openjdk-17-runtime from 1.20-3.1719963259 to 1…
Browse files Browse the repository at this point in the history
….20-3.1721231685 in /src/main/docker (#573)

build(deps): bump ubi8/openjdk-17-runtime in /src/main/docker

Bumps ubi8/openjdk-17-runtime from 1.20-3.1719963259 to 1.20-3.1721231685.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 22, 2024
1 parent 005b0db commit ec0984a
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.builder
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY src/main/webui src/main/webui
COPY src/main/docker/include src/main/docker/include
RUN ./mvnw -Dmaven.repo.local=/tmp/build/m2/repository -B -U -Dmaven.test.skip=true -Dlicense.skip=true -Dspotless.check.skip=true -Dquarkus.container-image.build=false -Dbuild.arch=$TARGETARCH package

FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.20-3.1719963259
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.20-3.1721231685

ENV LANGUAGE='en_US:en'
EXPOSE 8181
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.jvm
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/ubi8/openjdk-17-runtime:1.20-3.1719963259
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.20-3.1721231685

ENV LANGUAGE='en_US:en'

Expand Down

0 comments on commit ec0984a

Please sign in to comment.