Skip to content
Snippets Groups Projects
Commit e8142eca authored by Renovate Bot's avatar Renovate Bot
Browse files

chore(deps): update node.js

parent 3fa7315e
No related branches found
No related tags found
1 merge request!100chore(deps): update node.js
Pipeline #72316 passed
...@@ -16,7 +16,7 @@ stages: ...@@ -16,7 +16,7 @@ stages:
build-test: build-test:
stage: build stage: build
image: node:14.20-alpine image: node:20.6-alpine
before_script: before_script:
- apk add git - apk add git
- apk add bash - apk add bash
......
# Stage 0, "build-stage", based on Node.js, to build and compile the frontend # Stage 0, "build-stage", based on Node.js, to build and compile the frontend
FROM node:14-alpine AS build-stage FROM node:20-alpine AS build-stage
WORKDIR /app WORKDIR /app
COPY package.json /app/ COPY package.json /app/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment