fix
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# build stage
|
||||
FROM node:18-alpine3.19 AS build-stage
|
||||
FROM node:22-alpine3.19 AS build-stage
|
||||
# Set environment variables for non-interactive npm installs
|
||||
ENV NPM_CONFIG_LOGLEVEL warn
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user