We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da865c0 commit ac39096Copy full SHA for ac39096
build/dockerfiles/Dockerfile
@@ -16,7 +16,7 @@ FROM ghcr.io/eclipse/openvsx-server:v0.16.0 AS openvsx-server
16
17
# UBI Builder
18
# https://registry.access.redhat.com/ubi8/ubi
19
-FROM registry.access.redhat.com/ubi8/ubi:8.10-1161 AS ubi-builder
+FROM registry.access.redhat.com/ubi8/ubi:8.10-1184 AS ubi-builder
20
RUN mkdir -p /mnt/rootfs
21
# Install httpd and postgresql
22
RUN yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm
0 commit comments