Skip to content

Commit fb00f79

Browse files
committed
For specific version of libpng16
1 parent 227595e commit fb00f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive
99
# to fix a security vulnerability (CVE-2025-64720)
1010
RUN set -eux; \
1111
apt-get update; \
12-
apt-get install -y --no-install-recommends libpng16-16; \
12+
apt-get install -y --no-install-recommends libpng16-16=1.6.39-2+deb12u1; \
1313
rm -rf /var/lib/apt/lists/*
1414

1515
WORKDIR /app

0 commit comments

Comments
 (0)