Skip to content

Commit 80e3750

Browse files
Merge pull request #8 from stefanwalther/renovate/node-8.x
chore(deps): update node.js to v8.16.2
2 parents eb3daa3 + d859772 commit 80e3750

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.12.0
5+
- image: node:8.16.2
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.12.0-alpine as BASE
6+
FROM node:8.16.2-alpine as BASE
77

88
RUN apk update
99
RUN apk add bash

0 commit comments

Comments
 (0)