diff --git a/build/dockerfiles/Dockerfile b/build/dockerfiles/Dockerfile index 2412df47a1..ad5b21f1dd 100644 --- a/build/dockerfiles/Dockerfile +++ b/build/dockerfiles/Dockerfile @@ -18,7 +18,7 @@ FROM ghcr.io/eclipse/openvsx-server:f061c72 AS openvsx-server # UBI Builder # https://registry.access.redhat.com/ubi8/ubi -FROM registry.access.redhat.com/ubi8/ubi:8.8-854 AS ubi-builder +FROM registry.access.redhat.com/ubi8/ubi:8.8-1009 AS ubi-builder RUN mkdir -p /mnt/rootfs # Install httpd and postgresql RUN yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm