diff --git a/Dockerfile b/Dockerfile index 039edaf9..76ac2ad1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ # * asset-projector-server-assembly.zip - Projector Server assembly; # * asset-static-assembly.tar.gz - archived `static/` directory. # https://registry.access.redhat.com/ubi8/ubi -FROM registry.access.redhat.com/ubi8/ubi:8.9-1107 as ubi-builder +FROM registry.access.redhat.com/ubi8/ubi:8.9-1160 as ubi-builder COPY --chown=0:0 asset-required-rpms.txt /tmp/asset-required-rpms.txt RUN mkdir -p /mnt/rootfs @@ -84,7 +84,7 @@ RUN rm /mnt/rootfs/etc/hosts # Stage 2. Copy from build environment Projector assembly to the runtime. Projector runs in headless mode. # https://registry.access.redhat.com/ubi8-minimal -FROM registry.access.redhat.com/ubi8-minimal:8.9-1108 +FROM registry.access.redhat.com/ubi8-minimal:8.9-1161 ENV HOME=/home/projector ENV PROJECTOR_ASSEMBLY_DIR /projector ENV PROJECTOR_CONFIG_DIR $HOME/.jetbrains diff --git a/che-plugin/Dockerfile b/che-plugin/Dockerfile index 10cc2294..f81e90e5 100644 --- a/che-plugin/Dockerfile +++ b/che-plugin/Dockerfile @@ -7,7 +7,7 @@ # # https://registry.access.redhat.com/ubi8/ubi -FROM registry.access.redhat.com/ubi8/ubi:8.9-1107 +FROM registry.access.redhat.com/ubi8/ubi:8.9-1160 RUN yum install java-11-openjdk-devel unzip -y --nodocs COPY . /devfile-plugin-compilation