From 48c689b2e91e48ee52b4059074d5fc3a4379bcb9 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 8 Apr 2026 16:20:48 -0400 Subject: [PATCH] .gitlab-ci.yml: bump Just version pin CI is failing right now because the Justfile uses things not supported by v1.40. ...At least that's what Opus thinks. We're pinning to a pretty old version anyway so let's just bump it and see if it's right. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf59be4..8be05f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ stages: variables: BUILDER: buildah - JUST_VERSION: "1.40.0" + JUST_VERSION: "1.49.0" .build-image: stage: build