Skip to content

Commit e0a2ff3

Browse files
authored
Apply suggestion from @gildesmarais
1 parent 0a9a484 commit e0a2ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ARG GID=991
7070
RUN apk add --no-cache \
7171
'ca-certificates>=2024' \
7272
'tzdata>=2024' \
73-
'zlib=1.2.13-r1' \
73+
'zlib>=1.3.2-r0' \
7474
&& addgroup --gid "$GID" "$USER" \
7575
&& adduser \
7676
--disabled-password \

0 commit comments

Comments
 (0)