We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd4b0a commit edc8bd0Copy full SHA for edc8bd0
.github/workflows/build-docker.yml
@@ -26,7 +26,7 @@ jobs:
26
# ubuntu-latest unless we're building aarch64
27
runs-on: ${{ endsWith(matrix.variant, '-aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
28
container:
29
- image: ghcr.io/fyralabs/katsu:v0.10.2
+ image: ghcr.io/fyralabs/katsu:main
30
# Pass /dev from host to container
31
# Very hacky, but it works
32
# Microsoft/Github, if you're reading this,
0 commit comments