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:
parent
09bfeba73f
commit
6149f687ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue