Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: upgrade base node docker image (#3269)
Browse files Browse the repository at this point in the history
Run on node 12 instead of node 10
  • Loading branch information
achingbrain authored Sep 3, 2020
1 parent 55a2d2a commit 998d911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.latest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mhart/alpine-node:10
FROM mhart/alpine-node:12

ENV IPFS_VERSION=latest
ENV IPFS_MONITORING=1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.next
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mhart/alpine-node:10
FROM mhart/alpine-node:12

ENV IPFS_VERSION=next
ENV IPFS_MONITORING=1
Expand Down

0 comments on commit 998d911

Please sign in to comment.