Skip to content

Commit

Permalink
Merge pull request #1147 from tulibraries/docker-dep-update
Browse files Browse the repository at this point in the history
update docker dependcies
  • Loading branch information
nomadicoder authored Dec 10, 2024
2 parents e61db30 + ba25710 commit 4551b38
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 "{}" \; && \
Expand Down

0 comments on commit 4551b38

Please sign in to comment.