Update Node.js to v21

This commit is contained in:
Renovate 2023-10-20 08:01:31 +01:00
parent 6b53c42f14
commit a250a71a6a
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ stages:
- deploy
static:
image: node:20-slim
image: node:21-slim
stage: build
cache:
key: npm-$CI_COMMIT_REF_SLUG
@ -116,7 +116,7 @@ gunicorn_check:
- gunicorn --check-config --config etc/gunicorn.conf.py
npm_lint:
image: node:20-slim
image: node:21-slim
stage: test
dependencies:
- static

View file

@ -1,4 +1,4 @@
FROM node:20-slim as frontend
FROM node:21-slim as frontend
RUN apt-get update --yes --quiet && apt-get install --yes --quiet curl