Skip to content

Commit

Permalink
build(deps): Bump ubi8/ubi-minimal in /app/src/main/docker (#282)
Browse files Browse the repository at this point in the history
Bumps ubi8/ubi-minimal from 8.9-1029 to 8.9-1108.1706691034.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steffen van den Driest <[email protected]>
  • Loading branch information
dependabot[bot] and Stef3st authored Feb 5, 2024
1 parent 157a234 commit cac5b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/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_ENABLE_DEBUG="true" quarkus/app-jvm
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1706691034

ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# docker run -i --rm -p 8080:8080 quarkus/app
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1706691034
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down

0 comments on commit cac5b66

Please sign in to comment.