Skip to content

Commit 32c39e1

Browse files
committed
Update Node.js to v12.22.6
1 parent 18f80d5 commit 32c39e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build environment
2-
FROM node:12.2.0-alpine as build
2+
FROM node:12.22.6-alpine as build
33
WORKDIR /app
44
ENV PATH /app/node_modules/.bin:$PATH
55
COPY package.json /app/package.json

0 commit comments

Comments
 (0)