From 902bcfc3beba8292e03a0dc59aa28e11d920a5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Thu, 10 Nov 2022 14:23:11 +0000 Subject: [PATCH] Increase OPR version --- app/views/install/compose.phtml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index b5bae3773..fd5ff0098 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -576,7 +576,7 @@ services: hostname: exc1 <<: *x-logging stop_signal: SIGINT - image: openruntimes/executor:0.1.3 + image: openruntimes/executor:0.1.4 networks: - appwrite - openruntimes-runtimes diff --git a/docker-compose.yml b/docker-compose.yml index 2ab76ef80..2676c9078 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -692,7 +692,7 @@ services: hostname: exc1 <<: *x-logging stop_signal: SIGINT - image: openruntimes/executor:0.1.3 + image: openruntimes/executor:0.1.4 networks: - appwrite - openruntimes-runtimes