Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ commands:
executors:
python:
docker:
- image: cimg/python:3.10.11
- image: cimg/python:3.10.13
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:

upload_coverage:
docker:
- image: cimg/python:3.10.11-node
- image: cimg/python:3.10.13-node
steps:
- attach_workspace:
at: /tmp/workspace
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:

python_test_postgres:
docker:
- image: cimg/python:3.10.11
- image: cimg/python:3.10.13
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.11
FROM python:3.10.13

ARG CIRCLE_BRANCH
ARG CIRCLE_SHA1
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.10.11
python-3.10.13