Update Node.js to v21 - autoclosed #84

Closed
renovate wants to merge 1 commit from renovate/node-21.x into master
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