Skip to content

Commit 91a84a2

Browse files
Update cimg/python Docker tag to v3.14
1 parent 75de6f9 commit 91a84a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55
jobs:
66
ensure_formatting:
77
docker:
8-
- image: cimg/python:3.13
8+
- image: cimg/python:3.14
99
working_directory: ~/repo
1010
steps:
1111
- checkout
@@ -41,7 +41,7 @@ jobs:
4141
test-nuclei:
4242
working_directory: ~/openaev
4343
docker:
44-
- image: cimg/python:3.13
44+
- image: cimg/python:3.14
4545
steps:
4646
- checkout
4747
- setup_remote_docker
@@ -65,7 +65,7 @@ jobs:
6565
test-nmap:
6666
working_directory: ~/openaev
6767
docker:
68-
- image: cimg/python:3.13
68+
- image: cimg/python:3.14
6969
steps:
7070
- checkout
7171
- setup_remote_docker
@@ -89,7 +89,7 @@ jobs:
8989
test-http-query:
9090
working_directory: ~/openaev
9191
docker:
92-
- image: cimg/python:3.13
92+
- image: cimg/python:3.14
9393
steps:
9494
- checkout
9595
- setup_remote_docker

0 commit comments

Comments
 (0)