diff --git a/patch-nextcloud.sh b/patch-nextcloud.sh index 6354c60..78f557a 100755 --- a/patch-nextcloud.sh +++ b/patch-nextcloud.sh @@ -15,4 +15,4 @@ 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, $NEXTCLOUD_VERSION" > .tags \ No newline at end of file