diff --git a/.circleci/config.yml b/.circleci/config.yml index ead11b7..806688c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -96,7 +96,7 @@ jobs: build-container-image: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -137,7 +137,7 @@ jobs: convert-test-docs: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -167,7 +167,7 @@ jobs: ci-ubuntu-noble: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -194,7 +194,7 @@ jobs: ci-ubuntu-mantic: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -221,7 +221,7 @@ jobs: ci-ubuntu-jammy: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -248,7 +248,7 @@ jobs: ci-ubuntu-focal: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -275,7 +275,7 @@ jobs: ci-fedora-40: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -302,7 +302,7 @@ jobs: ci-fedora-39: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -329,7 +329,7 @@ jobs: ci-fedora-38: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -356,7 +356,7 @@ jobs: ci-debian-trixie: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -383,7 +383,7 @@ jobs: ci-debian-bookworm: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman