diff --git a/Dockerfile b/Dockerfile index a374a72..d6bfe2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN yarn tsc RUN yarn build:backend # Stage 3 - Build the actual backend image and install production dependencies -FROM ghcr.io/radiorabe/ubi9-minimal:0.6.5 +FROM ghcr.io/radiorabe/ubi9-minimal:0.6.6 ENV APP_ROOT=/opt/app-root \ # The $HOME is not set by default, but some applications need this variable