Skip to content

Commit edc8bd0

Browse files
authored
fix: make the docker containers build (#155)
1 parent 2bd4b0a commit edc8bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# ubuntu-latest unless we're building aarch64
2727
runs-on: ${{ endsWith(matrix.variant, '-aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
2828
container:
29-
image: ghcr.io/fyralabs/katsu:v0.10.2
29+
image: ghcr.io/fyralabs/katsu:main
3030
# Pass /dev from host to container
3131
# Very hacky, but it works
3232
# Microsoft/Github, if you're reading this,

0 commit comments

Comments
 (0)