Skip to content

Commit

Permalink
ci/circle: bump docker images (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie authored Jan 13, 2025
1 parent c5e24c9 commit 6233f7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ executors:

cervantes:
docker:
- image: koreader/kocervantes:0.3.4-20.04
- image: koreader/kocervantes:0.3.5-20.04
environment:
TARGET: "cervantes"

kindle: &KINDLE_EXE
docker:
- image: koreader/kokindle:0.3.4-20.04
- image: koreader/kokindle:0.3.5-20.04
environment:
TARGET: "kindle"

Expand All @@ -80,13 +80,13 @@ executors:

kobo:
docker:
- image: koreader/kokobo:0.3.4-20.04
- image: koreader/kokobo:0.3.5-20.04
environment:
TARGET: "kobo"

pocketbook:
docker:
- image: koreader/kopb:0.4.3-20.04
- image: koreader/kopb:0.4.4-20.04
environment:
TARGET: "pocketbook"

Expand Down

0 comments on commit 6233f7c

Please sign in to comment.