Skip to content

Commit cad0cfb

Browse files
author
Markus Poeschl (Q652734)
committed
⬆️ Update libmagickwand
1 parent b956d71 commit cad0cfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
66
git=1:2.39.2-1.1 \
77
ca-certificates=20230311 \
88
pkg-config=1.8.1-1 \
9-
libmagickcore-dev=8:6.9.11.60+dfsg-1.6 \
10-
libmagickwand-dev=8:6.9.11.60+dfsg-1.6 \
9+
libmagickcore-dev=8:6.9.11.60+dfsg-1.6+deb12u1 \
10+
libmagickwand-dev=8:6.9.11.60+dfsg-1.6+deb12u1 \
1111
build-essential=12.9
1212

1313
ENV COMMIT_SHA '0e3092ab6db23d2529b8ddc95e5d5e2c3ae8fc9d'
@@ -24,8 +24,8 @@ FROM debian:bookworm-slim
2424
ENTRYPOINT ["sturmflut"]
2525

2626
RUN apt-get update && apt-get -y --no-install-recommends install \
27-
libmagickcore-dev=8:6.9.11.60+dfsg-1.6 \
28-
libmagickwand-dev=8:6.9.11.60+dfsg-1.6 \
27+
libmagickcore-dev=8:6.9.11.60+dfsg-1.6+deb12u1 \
28+
libmagickwand-dev=8:6.9.11.60+dfsg-1.6+deb12u1 \
2929
&& apt-get clean && rm -rf /var/lib/apt/lists/*
3030

3131
COPY --from=build /opt/sturmflut/sturmflut /usr/local/bin/sturmflut

0 commit comments

Comments
 (0)