Skip to content

Commit

Permalink
Merge pull request #1154 from tulibraries/update-dockerfile-deps
Browse files Browse the repository at this point in the history
Update docker file deps.
  • Loading branch information
cdoyle-temple authored Dec 16, 2024
2 parents caaa3cf + e033a8b commit 13a1cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ USER root
# gcompat is added to allow m1 build of nokogiri
RUN apk add -U --no-cache \
bash=5.2.37-r0 \
busybox=1.37.0-r8 \
busybox=1.37.0-r9 \
gcompat=1.1.0-r4 \
imagemagick=7.1.1.41-r0 \
libxslt=1.1.42-r1 \
postgresql16-client=16.6-r0 \
shared-mime-info=2.4-r1 \
ssl_client=1.37.0-r8 \
ssl_client=1.37.0-r9 \
tzdata=2024b-r1 && \
apk add -U --no-cache --virtual build-dependencies \
build-base=0.5-r3 \
Expand Down

0 comments on commit 13a1cf3

Please sign in to comment.