diff --git a/.circleci/config.yml b/.circleci/config.yml index 60ae70e0b..ed724af1a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ aliases: # This container has all the necessary tools to run a dockerized environment. # @see https://github.com/drevops/ci-runner # @see https://hub.docker.com/repository/docker/drevops/ci-runner/tags - - image: drevops/ci-runner:24.10.0 + - image: drevops/ci-runner:24.11.0 auth: username: ${VORTEX_CONTAINER_REGISTRY_USER} password: ${VORTEX_CONTAINER_REGISTRY_PASS} diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 798afacc3..57ee7a888 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest container: - image: drevops/ci-runner:24.10.0 + image: drevops/ci-runner:24.11.0 env: TZ: Australia/Melbourne @@ -147,7 +147,7 @@ jobs: fail-fast: false container: - image: drevops/ci-runner:24.10.0 + image: drevops/ci-runner:24.11.0 env: TZ: Australia/Melbourne @@ -342,7 +342,7 @@ jobs: #;> !PROVISION_USE_PROFILE container: - image: drevops/ci-runner:24.10.0 + image: drevops/ci-runner:24.11.0 env: TZ: Australia/Melbourne TERM: xterm-256color diff --git a/.github/workflows/vortex-test-common.yml b/.github/workflows/vortex-test-common.yml index 0d982b868..9284c1abb 100644 --- a/.github/workflows/vortex-test-common.yml +++ b/.github/workflows/vortex-test-common.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest container: - image: drevops/ci-runner:24.10.0 + image: drevops/ci-runner:24.11.0 env: # Prevent GitHub overriding the Docker config. DOCKER_CONFIG: /root/.docker @@ -89,7 +89,7 @@ jobs: batch: [0, 1, 2] container: - image: drevops/ci-runner:24.10.0 + image: drevops/ci-runner:24.11.0 env: # Prevent GitHub overriding the Docker config. DOCKER_CONFIG: /root/.docker @@ -141,7 +141,7 @@ jobs: batch: [0, 1] container: - image: drevops/ci-runner:24.10.0 + image: drevops/ci-runner:24.11.0 env: # Prevent GitHub overriding the Docker config. DOCKER_CONFIG: /root/.docker