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