Skip to content

Commit 818a413

Browse files
authored
Merge pull request #235 from openMF/renovate/registry.access.redhat.com-ubi8-ubi-minimal-8.x
Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.10-1764046129
2 parents c3e7478 + f03dc38 commit 818a413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/backoffice/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# The ` registry.access.redhat.com/ubi8/ubi-minimal:8.10` base image is based on UBI 9.
1717
# To use UBI 8, switch to `quay.io/ubi8/ubi-minimal:8.10`.
1818
###
19-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1763613452
19+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1764046129
2020
WORKDIR /work/
2121
RUN chown 1001 /work \
2222
&& chmod "g+rwX" /work \

java/userrecommendation/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# The ` registry.access.redhat.com/ubi8/ubi-minimal:8.10` base image is based on UBI 9.
1717
# To use UBI 8, switch to `quay.io/ubi8/ubi-minimal:8.10`.
1818
###
19-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1763613452
19+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1764046129
2020
WORKDIR /work/
2121
RUN chown 1001 /work \
2222
&& chmod "g+rwX" /work \

0 commit comments

Comments
 (0)