diff --git a/Dockerfile b/Dockerfile index d3e3de81..e9c1d073 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,7 +89,7 @@ RUN for f in "/mnt/rootfs/bin/" "/mnt/rootfs/home/projector" "/mnt/rootfs/etc/pa # 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.5-230.1645809059 +FROM registry.access.redhat.com/ubi8-minimal:8.5-240.1648458092 ENV HOME=/home/projector ENV PROJECTOR_ASSEMBLY_DIR /projector ENV PROJECTOR_CONFIG_DIR $HOME/.jetbrains