diff --git a/Dockerfile b/Dockerfile index 070a405..e277a2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,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.1 +FROM ghcr.io/radiorabe/ubi9-minimal:0.6.2 ENV APP_ROOT=/opt/app-root \ # The $HOME is not set by default, but some applications need this variable