Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit f747b1b

Browse files
committed
Upgrade Node version
1 parent bc4dc54 commit f747b1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM 1science/alpine:3.4
66

77
# Node version
8-
ENV NODE_VERSION=6.7.0
8+
ENV NODE_VERSION=6.8.1
99

1010
# Install Node
1111
RUN apk update && apk-install make gcc g++ python linux-headers paxctl libgcc libstdc++ && \

consul/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Node JS image with Consul Template and Fileconsul
33
#
4-
FROM 1science/node:6.7
4+
FROM 1science/node:6.8
55

66
# Consul template for configuration management
77
ENV S6_OVERLAY_VERSION=1.18.1.5 CONSUL_TEMPLATE_VERSION=0.16.0

0 commit comments

Comments
 (0)