From 0d9235f73f6e94645dac7ff8e8ad7a62fe9dd80a Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Tue, 30 Apr 2024 20:11:02 +0200 Subject: [PATCH] ci: bump docker images --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6406907ee..0e5d4f928 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ workflows: jobs: build: docker: - - image: koreader/kobase:0.3.1-20.04 + - image: koreader/kobase:0.3.2-20.04 auth: username: $DOCKER_USERNAME password: $DOCKER_PASSWORD @@ -69,7 +69,7 @@ jobs: path: koreader-emulator-x86_64-linux-gnu/koreader/junit-test-results.xml docs: docker: - - image: koreader/kobase:0.3.1-20.04 + - image: koreader/kobase:0.3.2-20.04 auth: username: $DOCKER_USERNAME password: $DOCKER_PASSWORD