Skip to content
Snippets Groups Projects
Verified Commit 37910d7f authored by Hugo Renard's avatar Hugo Renard
Browse files

fix nc image

parent 0d44066b
No related branches found
No related tags found
No related merge requests found
......@@ -40,11 +40,11 @@ if [ "${APP}" = "nextcloud" ]; then
if [ "${VERSION}" = "alpha" ]; then
export NC_VERSION=23.0.3.2
export NC_IMAGE_TAG=23.0.3-2022-04-20
export NC_WEB_IMAGE_TAG=23.0.3-2022-04-20
export NC_WEB_IMAGE_TAG=23.0.3-web-2022-04-20
elif [ "${VERSION}" = "beta" ]; then
export NC_VERSION=22.2.6.2
export NC_IMAGE_TAG=22.2.6-2022-04-20
export NC_WEB_IMAGE_TAG=22.2.6-2022-04-20
export NC_WEB_IMAGE_TAG=22.2.6-web-2022-04-20
else
export NC_VERSION=21.0.9.1
export NC_IMAGE_TAG=21.0.9-2022-04-20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment