Skip to content
Snippets Groups Projects
Commit a723a1c9 authored by jfriedli's avatar jfriedli
Browse files

Merge branch 'renovate/node-18.x' into 'develop'

RenovateBot: Update node Docker tag to v18

See merge request !707
parents 7301855e 5bd56f08
No related branches found
No related tags found
2 merge requests!707RenovateBot: Update node Docker tag to v18,!7051.8.5 Release
Pipeline #104440 failed
......@@ -47,7 +47,7 @@ e2e_test:
# Build the application
.build_frontend_template: &build_frontend-template
image: node:16
image: node:18
stage: build
cache:
key: ${CI_COMMIT_REF_SLUG}
......
# develop stage
FROM node:16 as develop-stage
FROM node:18 as develop-stage
WORKDIR /app
COPY package*.json ./
COPY yarn.lock ./
......
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