From a7419faa775db30a5eff6db800f8730cb5e20221 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Mon, 26 Feb 2024 16:47:59 -0400
Subject: [PATCH] build: update Node & Python images

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0372345..2cb7aad1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ stages:
 
 build-openapi-scheme:
   stage: build
-  image: python:3.10-slim
+  image: python:3.11-slim
   variables:
     OPENAPI_JSON: ./public/api.json
   before_script:
@@ -34,7 +34,7 @@ build-openapi-scheme:
 
 deploy_spec:
   stage: deploy
-  image: node:18-alpine
+  image: node:20-alpine
   needs:
     - build-openapi-scheme
   before_script:
-- 
GitLab