From fde86610902cd9ec8a7ea91c4af5c17f2c302234 Mon Sep 17 00:00:00 2001 From: Ygal Nezri <155719988+Ygal13000@users.noreply.github.com> Date: Thu, 23 May 2024 14:43:11 +0200 Subject: [PATCH] Update Dockerfile --- Watcher/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Watcher/Dockerfile b/Watcher/Dockerfile index 236609d..1f21dfc 100755 --- a/Watcher/Dockerfile +++ b/Watcher/Dockerfile @@ -1,4 +1,4 @@ -FROM nikolaik/python-nodejs:python3.9-nodejs18 +FROM nikolaik/python-nodejs:python3.11-nodejs18 MAINTAINER FĂ©lix HERRENSCHMIDT # Adding backend directory to make absolute filepaths consistent across services