Skip to content

Commit deb1b02

Browse files
committed
Update dockerfile to use node v10
1 parent beebca3 commit deb1b02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:alpine
1+
FROM node:10-alpine
22

33
RUN apk update && \
44
apk add --no-cache git python g++ make procps

0 commit comments

Comments
 (0)