We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce80b42 commit 638da00Copy full SHA for 638da00
.docker/app/Dockerfile
@@ -20,15 +20,15 @@ USER root
20
RUN apk add -U --no-cache \
21
jemalloc=5.3.0-r6 \
22
bash=5.3.3-r1 \
23
- busybox=1.37.0-r29 \
+ busybox=1.37.0-r30 \
24
gcompat=1.1.0-r4 \
25
imagemagick=7.1.2.8-r0 \
26
libxslt=1.1.43-r3 \
27
postgresql16-client=16.11-r0 \
28
sqlite=3.51.1-r0 \
29
shared-mime-info=2.4-r6 \
30
- ssl_client=1.37.0-r29 \
31
- tzdata=2025b-r0 && \
+ ssl_client=1.37.0-r30 \
+ tzdata=2025c-r0 && \
32
apk add -U --no-cache --virtual build-dependencies \
33
build-base=0.5-r3 \
34
yaml=0.2.5-r2 \
0 commit comments