8000 chore(ci): use Python 3.8 image instead of Docker:19 to build lambda … · matt-VR/influxdb-client-python@50f021e · GitHub
[go: up one dir, main page]

Skip to content

Commit 50f021e

Browse files
authored
chore(ci): use Python 3.8 image instead of Docker:19 to build lambda layer (influxdata#507)
1 parent ee24b3e commit 50f021e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
python -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
158158
check-aws-lambda-layer:
159159
docker:
160-
- image: docker:19
160+
- image: "cimg/python:3.8"
161161
steps:
162162
- checkout
163163
- setup_remote_docker

0 commit comments

Comments
 (0)
0