Skip to content

Commit ab67453

Browse files
KingPinKingPin
authored andcommitted
fix(v2): align Debian runtime library packages with Trixie (bump libmagickwand, libtidy, libzip, libavif, libicu)
1 parent 40743b4 commit ab67453

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile.v2

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,22 +126,22 @@ RUN if [ "$BASEOS" = "trixie" ] || [ "$BASEOS" = "bookworm" ]; then \
126126
apt-get install -y --no-install-recommends \
127127
librabbitmq4 \
128128
libpng16-16t64 \
129-
libmagickwand-6.q16-7t64 \
129+
libmagickwand-7.q16-10\
130130
libc-client2007e \
131131
libsnappy1v5 \
132132
libpq5 \
133133
libsnmp40t64 \
134-
libtidy5deb1 \
134+
libtidy58 \
135135
libvips42t64 \
136136
libxslt1.1 \
137137
libyaml-0-2 \
138-
libzip4 \
138+
libzip5 \
139139
libmemcached11t64 \
140140
ghostscript \
141141
imagemagick \
142142
libwebp7 \
143-
libavif16t64 \
144-
libicu72 \
143+
libavif16 \
144+
libicu76 \
145145
libldap2 \
146146
libuuid1 \
147147
libxpm4 && \

0 commit comments

Comments
 (0)