Skip to content

Commit b9256ae

Browse files
authored
Update ubi8 to 8.8-1067 (#351)
* Update ubi8 to 8.8-1067 * Continue on error
1 parent 1a513fa commit b9256ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-partner/Dockerfile.debug-partner

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi:8.8-1032 as podman-builder
1+
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067 as podman-builder
22
# hadolint ignore=DL3041
33
RUN \
44
dnf update --assumeyes --disableplugin=subscription-manager \
@@ -17,7 +17,7 @@ RUN \
1717
git checkout v4.7.0 \
1818
&& make
1919

20-
FROM registry.access.redhat.com/ubi8/ubi:8.8-1032
20+
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067
2121
# hadolint ignore=DL3041
2222
RUN \
2323
dnf update --assumeyes --disableplugin=subscription-manager \

0 commit comments

Comments
 (0)