Skip to content

Commit

Permalink
Merge pull request #35 from stefanwalther/renovate/node-8.x
Browse files Browse the repository at this point in the history
chore(deps): update node docker tag to v8.17.0
  • Loading branch information
stefanwalther authored May 22, 2020
2 parents b403a42 + a3974e3 commit e6c33c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1
- image: node:8.17.0
working_directory: ~/app
environment:
DOCKER_REPO: stefanwalther/docker-test
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------
# BASE NODE
# --------------------------------------
FROM node:8.16.1-alpine as BASE
FROM node:8.17.0-alpine as BASE

ARG PORT=3000
ENV PORT=$PORT
Expand Down

0 comments on commit e6c33c9

Please sign in to comment.