1
Fork 0

Update Circle CI site image

Looks like the image we were using is no longer supported. Changing to rely on latest image instead. This may not be the best approach either, because new images might not support our needs, but pointing to a specific tag is more sure to break down the road than pointing to the latest one. Unless we want to point to a tag we control, which, may not be the worst idea.
This commit is contained in:
Dave Zuch 2020-01-28 14:24:57 -08:00 committed by GitHub
commit 6149f687ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ jobs:
site:
working_directory: ~/select
docker:
- image: jfloff/alpine-python:3.4-slim
- image: jfloff/alpine-python:latest-slim
steps:
- checkout