diff --git a/Dockerfile b/Dockerfile index f53f3d29..c6fb0c1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,7 @@ RUN rm /mnt/rootfs/etc/hosts # Stage 2. Copy from build environment Projector assembly to the runtime. Projector runs in headless mode. # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal -FROM registry.access.redhat.com/ubi8-minimal:8.6-751 +FROM registry.access.redhat.com/ubi8-minimal:8.6-751.1655117800 ENV HOME=/home/projector ENV PROJECTOR_ASSEMBLY_DIR /projector ENV PROJECTOR_CONFIG_DIR $HOME/.jetbrains