Skip to content

Commit

Permalink
Docker: use node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 28, 2021
1 parent 5772eb4 commit de51d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine3.12 as base
FROM node:14-alpine3.12 as base

WORKDIR /app
RUN apk add --no-cache tzdata eudev
Expand Down

0 comments on commit de51d4c

Please sign in to comment.