Skip to content

Commit 2f2e207

Browse files
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.6-1752587672 (#448)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 0a3f8ef commit 2f2e207

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/docker/Dockerfile.multi-stage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY --chown=quarkus:quarkus src /code/src
1515
RUN ./mvnw verify -B -Dmaven.test.skip=true -Dquarkus.native.native-image-xmx=8g
1616

1717
## Stage 2 : create the docker final image
18-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752069876
18+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752587672
1919

2020
LABEL description="Red Hat Trusted Profile Analyzer - Exhort Backend Service"
2121
LABEL io.k8s.description="Red Hat Trusted Profile Analyzer - Exhort Backend Service"

src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# docker run -i --rm -p 8080:8080 quarkus/exhort
1515
#
1616
###
17-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752069876
17+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752587672
1818
WORKDIR /work/
1919
RUN chown 1001 /work \
2020
&& chmod "g+rwX" /work \

0 commit comments

Comments
 (0)