diff --git a/.docker/app/Dockerfile.prod b/.docker/app/Dockerfile.prod index 7d5162470..12bb73203 100644 --- a/.docker/app/Dockerfile.prod +++ b/.docker/app/Dockerfile.prod @@ -25,7 +25,7 @@ RUN apk add -U --no-cache \ git=2.40.1-r0 \ libxslt-dev=1.1.38-r0 \ mariadb-dev=10.11.4-r0 \ - nodejs=18.16.1-r0 \ + nodejs=18.17.0-r0 \ yarn=1.22.19-r0 && \ bundle config set --local without "development test" && \ bundle install --jobs=8 && \