Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
move to stretch (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
toddw authored Mar 26, 2019
1 parent 8133a8a commit 64b59da
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 @@ -137,7 +137,7 @@ jobs:
- run: git config --global user.name "CircleCI"
- run: ssh-keyscan github.com >> ~/.ssh/known_hosts

- run: docker pull node:10.15-jessie-slim
- run: docker pull node:10.15-stretch-slim
- run: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- run: BRANCH=$CIRCLE_BRANCH npm run publish -- $CIRCLE_TAG

Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.15-jessie-slim
FROM node:10.15-stretch-slim

ARG GLUESTICK_VERSION

Expand Down

0 comments on commit 64b59da

Please sign in to comment.