Skip to content

Commit 09e1ca5

Browse files
committed
Update just
1 parent 2da4198 commit 09e1ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN url="https://github.com/olix0r/j5j/releases/download/${J5J_VERSION}/j5j-${J5
4343

4444
# just runs build/test recipes. Like `make` but a bit more ergonomic.
4545
FROM apt-base as just
46-
ARG JUST_VERSION=1.13.0
46+
ARG JUST_VERSION=1.24.0
4747
RUN url="https://github.com/casey/just/releases/download/${JUST_VERSION}/just-${JUST_VERSION}-x86_64-unknown-linux-musl.tar.gz" ; \
4848
scurl "$url" | tar zvxf - -C /usr/local/bin just
4949

0 commit comments

Comments
 (0)