Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit ce89966f authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

fix(docker): use right env variable syntax to avoir the build warning

parent 1d7da1aa
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM nextcloud:30.0.16-fpm AS nextcloud

# see $OC_Version from /usr/src/nextcloud/version.php
ENV NEXTCLOUD_VERSION_LONG 30.0.16.1
ENV NEXTCLOUD_VERSION_LONG=30.0.16.1

ARG BASE_DIR="/usr/src/nextcloud"
ARG TMP_PATCH_DIR="/tmp/build_patches"