File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
6
6
git=1:2.39.2-1.1 \
7
7
ca-certificates=20230311 \
8
8
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 \
11
11
build-essential=12.9
12
12
13
13
ENV COMMIT_SHA '0e3092ab6db23d2529b8ddc95e5d5e2c3ae8fc9d'
@@ -24,8 +24,8 @@ FROM debian:bookworm-slim
24
24
ENTRYPOINT ["sturmflut" ]
25
25
26
26
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 \
29
29
&& apt-get clean && rm -rf /var/lib/apt/lists/*
30
30
31
31
COPY --from=build /opt/sturmflut/sturmflut /usr/local/bin/sturmflut
You can’t perform that action at this time.
0 commit comments