Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.1…
Browse files Browse the repository at this point in the history
…0-1052.1724178568

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Aug 26, 2024
1 parent eada6a5 commit 370ef52
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.staged
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN grep artifactId /build/target/maven-archiver/pom.properties | cut -d '=' -f2
# mv the uber jar in case the quarkus property quarkus.package.type=uber-jar is set
RUN mv /build/target/$(cat .env-id)-$(cat .env-version)*.jar /build/target/quarkus-app-tmp/

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1085
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568

ARG JAVA_PACKAGE=java-17-openjdk-devel
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
2 changes: 1 addition & 1 deletion 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/quinoa-wind-turbine
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down

0 comments on commit 370ef52

Please sign in to comment.