diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0372345d252972f4bf2b514e4ab2d915e6d5495..2cb7aad1629f3934c7bf4b3a66a08cad4f536ae8 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: