Skip to content

Commit

Permalink
updated node version to 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Awaragi committed Aug 18, 2017
1 parent d6a6ea2 commit 692302a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.1.2-alpine
FROM node:8.4.0-alpine
MAINTAINER Pierre Awaragi (pierre@awaragi.com)

# Create a directory where our app will be placed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prometheus-mssql-exporter",
"version": "0.4.0",
"version": "0.4.1",
"main": "index.js",
"private": false,
"keywords": [
Expand Down

0 comments on commit 692302a

Please sign in to comment.