From ba588971e5190fd5599ea89ea5a9fce7d60271c5 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Sun, 14 Apr 2024 00:41:39 +0200 Subject: [PATCH] ci: bump CircleCI docker images --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3950fbf1c..6b9eda953 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ workflows: jobs: build: docker: - - image: koreader/kobase:0.3.0 + - image: koreader/kobase:0.3.1-20.04 auth: username: $DOCKER_USERNAME password: $DOCKER_PASSWORD @@ -67,7 +67,7 @@ jobs: path: koreader-emulator-x86_64-linux-gnu/koreader/junit-test-results.xml docs: docker: - - image: koreader/kobase:0.3.0 + - image: koreader/kobase:0.3.1-20.04 auth: username: $DOCKER_USERNAME password: $DOCKER_PASSWORD