Fixing LegacyKeyValueFormat

(See https://docs.docker.com/reference/build-checks/legacy-key-value-format/)
This commit is contained in:
Jan Wagner 2024-12-18 18:10:44 +01:00
parent 123a8adbba
commit 374ef997fa
No known key found for this signature in database
GPG Key ID: 0C70557B5A06513E

View File

@ -22,7 +22,7 @@ FROM docker.io/library/php:${PHP_VERSION}-fpm-alpine${ALPINE_VERSION} AS base
ARG SNUFFLEUPAGUS_VERSION ARG SNUFFLEUPAGUS_VERSION
ENV IMAGICK_SHA 28f27044e435a2b203e32675e942eb8de620ee58 ENV IMAGICK_SHA=28f27044e435a2b203e32675e942eb8de620ee58
RUN apk -U upgrade \ RUN apk -U upgrade \
&& apk add -t build-deps \ && apk add -t build-deps \