mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-04-19 20:19:24 +00:00
Fixing LegacyKeyValueFormat
(See https://docs.docker.com/reference/build-checks/legacy-key-value-format/)
This commit is contained in:
parent
123a8adbba
commit
374ef997fa
@ -22,7 +22,7 @@ FROM docker.io/library/php:${PHP_VERSION}-fpm-alpine${ALPINE_VERSION} AS base
|
||||
|
||||
ARG SNUFFLEUPAGUS_VERSION
|
||||
|
||||
ENV IMAGICK_SHA 28f27044e435a2b203e32675e942eb8de620ee58
|
||||
ENV IMAGICK_SHA=28f27044e435a2b203e32675e942eb8de620ee58
|
||||
|
||||
RUN apk -U upgrade \
|
||||
&& apk add -t build-deps \
|
||||
|
Loading…
x
Reference in New Issue
Block a user