diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index bc25133e..5e33ceac 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -14,23 +14,23 @@ USER root # gcompat is added to allow m1 build of nokogiri RUN apk add -U --no-cache \ - bash=5.2.26-r0 \ - busybox=1.36.1-r29 \ + bash=5.2.37-r0 \ + busybox=1.37.0-r8 \ gcompat=1.1.0-r4 \ - imagemagick=7.1.1.32-r2 \ - libxslt=1.1.39-r1 \ + imagemagick=7.1.1.41-r0 \ + libxslt=1.1.42-r1 \ postgresql16-client=16.6-r0 \ - shared-mime-info=2.4-r0 \ - ssl_client=1.36.1-r29 \ - tzdata=2024b-r0 && \ + shared-mime-info=2.4-r1 \ + ssl_client=1.37.0-r8 \ + tzdata=2024b-r1 && \ apk add -U --no-cache --virtual build-dependencies \ build-base=0.5-r3 \ - git=2.45.2-r0 \ - libjpeg-turbo-dev=3.0.3-r0 \ - libxslt-dev=1.1.39-r1 \ + git=2.47.1-r0 \ + libjpeg-turbo-dev=3.0.4-r0 \ + libxslt-dev=1.1.42-r1 \ postgresql16-dev=16.6-r0 \ - nodejs=20.15.1-r0 \ - yarn=1.22.22-r0 && \ + nodejs=22.11.0-r0 \ + yarn=1.22.22-r1 && \ if [ "${RAILS_ENV}" = "production" ]; then bundle config set --local without "development test"; fi && \ bundle install --jobs=8 && \ find "$GEM_HOME" -name Gemfile.lock -exec rm "{}" \; && \