We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb3daa3 + d859772 commit 80e3750Copy full SHA for 80e3750
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: node:8.12.0
+ - image: node:8.16.2
6
working_directory: ~/app
7
environment:
8
DOCKER_REPO: stefanwalther/jsdoc2md
Dockerfile
@@ -3,7 +3,7 @@
# Todo: The user should be changed
# Todo: Update to newest images
# -------------------------------------------------------------------
-FROM node:8.12.0-alpine as BASE
+FROM node:8.16.2-alpine as BASE
RUN apk update
9
RUN apk add bash
0 commit comments