Skip to content

Commit 5e55020

Browse files
Merge pull request #6 from stefanwalther/renovate/node-8.x
chore(deps): update node.js to v8.12.0
2 parents c3bf649 + 62d30d2 commit 5e55020

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: node:8.4.0
5+
- image: node:8.12.0
66
working_directory: ~/app
77
environment:
88
DOCKER_REPO: stefanwalther/jsdoc2md

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Todo: The user should be changed
44
# Todo: Update to newest images
55
# -------------------------------------------------------------------
6-
FROM node:8.5.0-alpine as BASE
6+
FROM node:8.12.0-alpine as BASE
77

88
RUN apk update
99
RUN apk add bash

0 commit comments

Comments
 (0)