Skip to content

Commit 92637d6

Browse files
fix(DATAGO-125759): Fix SAM libpng and libvpx vulnerabilities (#1085)
* fix(DATAGO-125759): Pin libpng version dockerfile * fix(DATAGO-125759): Pin libpvx version dockerfile
1 parent 0477233 commit 92637d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ RUN echo "deb http://deb.debian.org/debian unstable main" > /etc/apt/sources.lis
6868
ffmpeg=7:7.1.3-0+deb13u1 \
6969
git \
7070
libtasn1-6/unstable \
71+
libpng16-16t64=1.6.48-1+deb13u3 \
7172
libssl3t64=3.5.4-1~deb13u2 \
73+
libvpx9=1.15.0-2.1+deb13u1 \
7274
openssl=3.5.4-1~deb13u2 && \
7375
curl -LsSf https://astral.sh/uv/install.sh | sh && \
7476
mv /root/.local/bin/uv /usr/local/bin/uv && \
@@ -145,7 +147,9 @@ RUN echo "deb http://deb.debian.org/debian unstable main" > /etc/apt/sources.lis
145147
git \
146148
libatomic1 \
147149
libtasn1-6/unstable \
150+
libpng16-16t64=1.6.48-1+deb13u3 \
148151
libssl3t64=3.5.4-1~deb13u2 \
152+
libvpx9=1.15.0-2.1+deb13u1 \
149153
openssl=3.5.4-1~deb13u2 && \
150154
apt-get clean && \
151155
rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/unstable.list /etc/apt/preferences.d/99pin-libtasn1

0 commit comments

Comments
 (0)