Skip to content

Commit 00f044a

Browse files
authored
Merge pull request #331 from CircleCI-Public/chore-update-images
[chore]: update images to current
2 parents 55f3694 + 21d867b commit 00f044a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/test-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
profile_name: <<parameters.profile_name>>
5555
build-test-then-push-with-buildx:
5656
machine:
57-
image: ubuntu-2204:2022.07.1
57+
image: ubuntu-2204:current
5858
parameters:
5959
auth:
6060
type: steps
@@ -380,10 +380,10 @@ workflows:
380380
executors:
381381
amd64:
382382
machine:
383-
image: ubuntu-2204:2022.07.1
383+
image: ubuntu-2204:current
384384
docker_layer_caching: true
385385
arm64:
386386
machine:
387-
image: ubuntu-2204:2022.07.1
387+
image: ubuntu-2204:current
388388
docker_layer_caching: true
389389
resource_class: arm.medium

src/examples/build_test_then_push_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ usage:
1414
jobs:
1515
build-test-then-push-with-buildx:
1616
machine:
17-
image: ubuntu-2204:2022.07.1
17+
image: ubuntu-2204:current
1818
steps:
1919
# build docker image
2020
- aws-ecr/build_and_push_image:

0 commit comments

Comments
 (0)