Skip to content

Commit

Permalink
Fix image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Nov 13, 2023
1 parent 3ad636a commit bf9168d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ orbs:
jobs:
install_and_update_dependencies:
docker:
- image: circleci/python:3.10
- image: cimg/python:3.10
working_directory: ~/repo
steps:
- checkout
Expand All @@ -31,7 +31,7 @@ jobs:

run-tests:
docker:
- image: circleci/python:3.10
- image: cimg/python:3.10
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

sam_build:
docker:
- image: amazon/aws-sam-cli-build-image-python3.10:latest
- image: public.ecr.aws/sam/build-python3.10:latest
working_directory: ~/repo
steps:
- checkout
Expand All @@ -76,7 +76,7 @@ jobs:

sam_deploy:
docker:
- image: circleci/python:3.10
- image: cimg/python:3.10
working_directory: ~/repo/
parameters:
dc-environment:
Expand Down

0 comments on commit bf9168d

Please sign in to comment.