diff --git a/patch-nextcloud.sh b/patch-nextcloud.sh index 6354c60..89fdaa6 100755 --- a/patch-nextcloud.sh +++ b/patch-nextcloud.sh @@ -15,4 +15,5 @@ full_version=$(grep -oP '(?<=^ENV NEXTCLOUD_VERSION ).*' Dockerfile) echo "==> found $full_version" cd $WORKDIR cp -r nextcloud-docker/$NEXTCLOUD_VERSION/fpm/* . -echo "$full_version" > .tags \ No newline at end of file +echo "$full_version" > .tags +echo "$NEXTCLOUD_VERSION" >> .tags \ No newline at end of file