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

Commit 64b59da

Browse files
authored
move to stretch (#1225)
1 parent 8133a8a commit 64b59da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- run: git config --global user.name "CircleCI"
138138
- run: ssh-keyscan github.com >> ~/.ssh/known_hosts
139139

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

scripts/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:10.15-jessie-slim
1+
FROM node:10.15-stretch-slim
22

33
ARG GLUESTICK_VERSION
44

0 commit comments

Comments
 (0)