From dc72d55a2d1614bfb5cfd72560be0a99527defab Mon Sep 17 00:00:00 2001 From: Josef Kudera <46950237+kudj@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:29:43 +0200 Subject: [PATCH] dependencies for curlconverter --- python-sync-actions/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sync-actions/Dockerfile b/python-sync-actions/Dockerfile index d785208..926a4a4 100644 --- a/python-sync-actions/Dockerfile +++ b/python-sync-actions/Dockerfile @@ -1,4 +1,4 @@ -FROM nikolaik/python-nodejs:python3.12-nodejs22 +FROM nikolaik/python-nodejs:python3.12-nodejs18 ENV PYTHONIOENCODING utf-8 COPY /src /code/src/