Skip to content
Snippets Groups Projects
Commit 0e35c175 authored by Timothee Gosselin's avatar Timothee Gosselin
Browse files

feat: update NC to 25.0.9

parent 9f31dffd
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,9 @@ source ./.env
if [ "${APP}" = "nextcloud" ]; then
export REPLICAS="${REPLICAS:-2}"
export NC_VERSION=25.0.7.1
export NC_IMAGE_TAG=25.0.7-2023-07-06T16-31-46Z
export NC_WEB_IMAGE_TAG=web-25.0.7-2023-06-22T07-41-50Z
export NC_VERSION=25.0.9.2
export NC_IMAGE_TAG=25.0.9-2023-07-27T07-42-08Z
export NC_WEB_IMAGE_TAG=web-25.0.9-2023-07-27T07-42-08Z
elif [ "${APP}" = "rocketchat" ]; then
export REPLICAS="${REPLICAS:-2}"
......
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