From bbd4e8ce88e684a125748793ce3d2c66867d304d Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Fri, 19 Apr 2024 08:34:46 +1000 Subject: [PATCH] Updated CI Runner to `24.4.0`. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index db2d1b433..306eb753c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,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?page=1&ordering=last_updated - - image: drevops/ci-runner:24.3.0 + - image: drevops/ci-runner:24.4.0 auth: username: ${DOCKER_USER} password: ${DOCKER_PASS}