diff --git a/.circleci/config.yml b/.circleci/config.yml index 9fa1fe0..b27e38d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 0fae8e2..8e803a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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