Skip to content

Commit

Permalink
update docker executor
Browse files Browse the repository at this point in the history
  • Loading branch information
pgvishnuram committed Jan 24, 2025
1 parent 80010ea commit f7c5550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
image_name: ap-certgenerator
functional-test:
docker:
- image: cimg/python:3
- image: cimg/python:3.13.1
resource_class: large
parameters:
kube_version:
Expand Down Expand Up @@ -150,7 +150,7 @@ commands:
name: Run component test
command: |
set -xe
pyenv global 3.9.4
#pyenv global 3.13.1
sudo apt-get update
sudo apt-get install -y libpq-dev python-dev
export KUBE_VERSION=<< parameters.kube_version >>
Expand Down

0 comments on commit f7c5550

Please sign in to comment.