From 2bdd52980963d181b99d7797d7ae730ccacf5d43 Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Tue, 5 Nov 2024 16:42:31 +0100 Subject: [PATCH] upgrade base image --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 29ea0f916c..d76dc50c55 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,4 +1,4 @@ -FROM nikolaik/python-nodejs:python3.8-nodejs18 +FROM nikolaik/python-nodejs:python3.9-nodejs18 ARG commit_sha ARG clone_url