Skip to content

Commit

Permalink
Upgrade runtime to 0.1.6 to include the font-cache fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Oct 30, 2023
1 parent 1b6a362 commit 2613228
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
IMAGE_FQDN: ghcr.io/eugenmayer/kontextwork-converter
RUNTIME_VERSION: 0.1.5
RUNTIME_VERSION: 0.1.6

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
IMAGE_FQDN: ghcr.io/eugenmayer/kontextwork-converter
RUNTIME_VERSION: 0.1.5
RUNTIME_VERSION: 0.1.6

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ifdef RUNTIME_VERSION
$(info RUNTIME_VERSION defined manually)
else
RUNTIME_VERSION := 0.1.5
RUNTIME_VERSION := 0.1.6
endif

build: stop
Expand Down

0 comments on commit 2613228

Please sign in to comment.