Skip to content
Snippets Groups Projects
Verified Commit a7419faa authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

build: update Node & Python images

parent 5a02d950
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ stages: ...@@ -14,7 +14,7 @@ stages:
build-openapi-scheme: build-openapi-scheme:
stage: build stage: build
image: python:3.10-slim image: python:3.11-slim
variables: variables:
OPENAPI_JSON: ./public/api.json OPENAPI_JSON: ./public/api.json
before_script: before_script:
...@@ -34,7 +34,7 @@ build-openapi-scheme: ...@@ -34,7 +34,7 @@ build-openapi-scheme:
deploy_spec: deploy_spec:
stage: deploy stage: deploy
image: node:18-alpine image: node:20-alpine
needs: needs:
- build-openapi-scheme - build-openapi-scheme
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment