Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: node:8.16.2
- image: node:8.17.0
working_directory: ~/app
environment:
DOCKER_REPO: stefanwalther/jsdoc2md
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Todo: The user should be changed
# Todo: Update to newest images
# -------------------------------------------------------------------
FROM node:8.16.2-alpine as BASE
FROM node:8.17.0-alpine as BASE

RUN apk update
RUN apk add bash
Expand Down