Skip to content

Commit

Permalink
koxtoolchain 2025.01 (#111)
Browse files Browse the repository at this point in the history
Primarily for:
* Fix kindlehf on PW4 koreader/koxtoolchain#46
  See <NiLuJe/crosstool-ng#5> and <koreader/koreader#12988>.
  • Loading branch information
Frenzie authored Jan 13, 2025
1 parent 3a74283 commit e057808
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/ubuntu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
BUILDER ?= docker
REGISTRY ?= docker.io
BASEIMAGE ?= koreader/kobase:0.3.4-20.04
X_TOOLS_VERSION ?= 2024.10
X_TOOLS_VERSION ?= 2025.01

IMAGES = $(patsubst %/,%,$(dir $(wildcard */Dockerfile)))

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kocervantes/settings.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.3.4-20.04
VERSION = 0.3.5-20.04
BASE = $(BASEIMAGE)

define BUILD_ARGS
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kokindle/settings.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.3.4-20.04
VERSION = 0.3.5-20.04
BASE = $(BASEIMAGE)

define BUILD_ARGS
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kokobo/settings.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.3.4-20.04
VERSION = 0.3.5-20.04
BASE = $(BASEIMAGE)

define BUILD_ARGS
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kopb/settings.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.4.3-20.04
VERSION = 0.4.4-20.04
BASE = $(BASEIMAGE)

define BUILD_ARGS
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/koremarkable/settings.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.3.4-20.04
VERSION = 0.3.5-20.04
BASE = $(BASEIMAGE)

define BUILD_ARGS
Expand Down

0 comments on commit e057808

Please sign in to comment.