Skip to content

Commit

Permalink
ci/circle: bump docker images
Browse files Browse the repository at this point in the history
- koxtoolchain update to 2024.10
  (https://github.com/koreader/koxtoolchain/releases/tag/2024.10)
- android image bump (with SDK build tools update to 34.0.0)
  • Loading branch information
benoit-pierre committed Nov 20, 2024
1 parent 8d46979 commit fa4a9ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
# Bump this to reset all caches.
cache_epoch:
type: integer
default: 1
default: 2

# }}}

Expand Down Expand Up @@ -46,7 +46,7 @@ executors:

android-arm: &ANDROID_EXE
docker:
- image: koreader/koandroid:0.8.2-20.04
- image: koreader/koandroid:0.8.3-20.04
environment:
TARGET: "android"

Expand All @@ -58,31 +58,31 @@ executors:

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

kindle:
docker:
- image: koreader/kokindle:0.3.3-20.04
- image: koreader/kokindle:0.3.4-20.04
environment:
TARGET: "kindle"

kindle-legacy:
docker:
- image: koreader/kokindle:0.3.3-20.04
- image: koreader/kokindle:0.3.4-20.04
environment:
TARGET: "kindle-legacy"

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

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

Expand Down

0 comments on commit fa4a9ae

Please sign in to comment.