We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2477b4a commit 67f5807Copy full SHA for 67f5807
1 file changed
Dockerfile
@@ -6,9 +6,9 @@ RUN apt-get update \
6
&& apt-get install -y --no-install-recommends \
7
build-essential=12.12 \
8
libjpeg-dev=1:2.1.5-4 \
9
- libxml2=2.12.7+dfsg+really2.9.14-2.1+deb13u1 \
+ libxml2=2.12.7+dfsg+really2.9.14-2.1+deb13u2 \
10
libxslt1-dev=1.1.35-1.2+deb13u2 \
11
- poppler-utils=25.03.0-5 \
+ poppler-utils=25.03.0-5+deb13u2 \
12
zlib1g-dev=1:1.3.dfsg+really1.3.1-1+b1 \
13
&& rm -rf /var/lib/apt/lists/* \
14
&& apt-get clean \
0 commit comments