Skip to content

Commit 616dcfa

Browse files
authored
Update docker packages (#210)
1 parent e0a5a79 commit 616dcfa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.docker/app/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ USER root
1919
# gcompat is added to allow m1 build of nokogiri
2020
RUN apk add -U --no-cache \
2121
jemalloc=5.3.0-r6 \
22-
bash=5.2.37-r0 \
23-
busybox=1.37.0-r19 \
22+
bash=5.3.3-r1 \
23+
busybox=1.37.0-r29 \
2424
gcompat=1.1.0-r4 \
2525
imagemagick=7.1.2.8-r0 \
2626
libxslt=1.1.43-r3 \
2727
postgresql16-client=16.11-r0 \
28-
sqlite=3.49.2-r1 \
28+
sqlite=3.51.1-r0 \
2929
shared-mime-info=2.4-r6 \
30-
ssl_client=1.37.0-r19 \
30+
ssl_client=1.37.0-r29 \
3131
tzdata=2025b-r0 && \
3232
apk add -U --no-cache --virtual build-dependencies \
3333
build-base=0.5-r3 \
3434
yaml=0.2.5-r2 \
3535
yaml-dev=0.2.5-r2 \
36-
git=2.49.1-r0 \
37-
libjpeg-turbo-dev=3.1.0-r0 \
36+
git=2.52.0-r0 \
37+
libjpeg-turbo-dev=3.1.2-r0 \
3838
libxslt-dev=1.1.43-r3 \
3939
libxml2-dev=2.13.9-r0 \
4040
postgresql16-dev=16.11-r0 \
41-
sqlite-dev=3.49.2-r1 \
42-
nodejs=22.16.0-r2 \
41+
sqlite-dev=3.51.1-r0 \
42+
nodejs=24.11.1-r0 \
4343
yarn=1.22.22-r1 && \
4444
if [ "${RAILS_ENV}" = "production" ]; then bundle config set --local without "development test"; fi && \
4545
bundle install --jobs=8 && \

0 commit comments

Comments
 (0)