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 2da4198 commit 09e1ca5Copy full SHA for 09e1ca5
Dockerfile
@@ -43,7 +43,7 @@ RUN url="https://github.com/olix0r/j5j/releases/download/${J5J_VERSION}/j5j-${J5
43
44
# just runs build/test recipes. Like `make` but a bit more ergonomic.
45
FROM apt-base as just
46
-ARG JUST_VERSION=1.13.0
+ARG JUST_VERSION=1.24.0
47
RUN url="https://github.com/casey/just/releases/download/${JUST_VERSION}/just-${JUST_VERSION}-x86_64-unknown-linux-musl.tar.gz" ; \
48
scurl "$url" | tar zvxf - -C /usr/local/bin just
49
0 commit comments