Skip to content

Commit

Permalink
chore: update docker to node.js 12 (#3101)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian69 authored and spkjp committed Nov 21, 2019
1 parent eaadddc commit c88c332
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/production/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:11-alpine
FROM node:12-alpine

WORKDIR /home/node/core

Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/templates/devnet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:12

WORKDIR /core

Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/templates/testnet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:12

WORKDIR /core

Expand Down

0 comments on commit c88c332

Please sign in to comment.