Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docke…
Browse files Browse the repository at this point in the history
…r tag to v9.4-1227

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] committed Sep 4, 2024
1 parent 1d43dcd commit 2dd5839
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.multi-stage
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY --chown=quarkus:quarkus src /code/src
RUN ./mvnw verify -B -Dmaven.test.skip=true -Dquarkus.native.native-image-xmx=8g

## Stage 2 : create the docker final image
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227

LABEL description="Red Hat Trusted Profile Analyzer - Exhort Backend Service"
LABEL io.k8s.description="Red Hat Trusted Profile Analyzer - Exhort Backend Service"
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/exhort
#
###
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down

0 comments on commit 2dd5839

Please sign in to comment.