Skip to content
Snippets Groups Projects
Commit d92217e0 authored by Marie's avatar Marie
Browse files

chore: set node version to LTS on docker

parent 714ffbf2
No related branches found
No related tags found
No related merge requests found
# syntax = docker/dockerfile:1.4
ARG NODE_VERSION=21.4.0-alpine3.18
ARG NODE_VERSION=20.10.0-alpine3.18
FROM node:${NODE_VERSION} as build
......
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