.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.
This commit is contained in:
Jonathan Lebon 2026-04-08 16:20:48 -04:00
commit 48c689b2e9
No known key found for this signature in database

View file

@ -20,7 +20,7 @@ stages:
variables:
BUILDER: buildah
JUST_VERSION: "1.40.0"
JUST_VERSION: "1.49.0"
.build-image:
stage: build