Skip to content

Commit

Permalink
Use Docker node:lts-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
eexit committed Sep 1, 2020
1 parent a9754f5 commit 90d039e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mhart/alpine-node
FROM node:lts-alpine
RUN apk add --no-cache make gcc g++ python
WORKDIR /app
COPY . .
Expand Down

0 comments on commit 90d039e

Please sign in to comment.