Skip to content
Snippets Groups Projects
Commit 1e8a27e5 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore(deps): update node.js

parent 0795adce
No related branches found
No related tags found
2 merge requests!157Release to master,!151chore(deps): update node.js
Pipeline #98253 passed
......@@ -16,7 +16,7 @@ stages:
build-test:
stage: build
image: node:18.20-alpine
image: node:20-alpine
before_script:
- apk add git
- apk add bash
......
18.20
\ No newline at end of file
20
\ No newline at end of file
# Stage 0, "build-stage", based on Node.js, to build and compile the frontend
FROM node:18-alpine AS build-stage
FROM node:20-alpine AS build-stage
WORKDIR /app
COPY package.json /app/
......
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