diff --git a/Dockerfile b/Dockerfile index de970ca1..c69fc11b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.10-1018 +FROM registry.access.redhat.com/ubi8-minimal:8.10-1052 ENV HOME=/home/projector ENV PROJECTOR_ASSEMBLY_DIR /projector ENV PROJECTOR_CONFIG_DIR $HOME/.jetbrains