chore: set node version to LTS on docker
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
# syntax = docker/dockerfile:1.4
|
# 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
|
FROM node:${NODE_VERSION} as build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user