Skip to content

Commit 0a9a484

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 17be3bb commit 0a9a484

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-
&& apk upgrade --no-cache zlib \
73+
'zlib=1.2.13-r1' \
7474
&& addgroup --gid "$GID" "$USER" \
7575
&& adduser \
7676
--disabled-password \

0 commit comments

Comments
 (0)