ci: Pin docker image to commit hash (#2354)

This commit is contained in:
Ayaz Salikhov
2025-07-22 13:38:27 +01:00
committed by GitHub
parent 00333a8d16
commit 3f0f20a542
12 changed files with 21 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ import itertools
import json
LINUX_OS = ["heavy", "heavy-arm64"]
LINUX_CONTAINERS = ['{ "image": "ghcr.io/xrplf/clio-ci:latest" }']
LINUX_CONTAINERS = ['{ "image": "ghcr.io/xrplf/clio-ci:25e55ef95248539a3b1106985e1b30b1e73462b7" }']
LINUX_COMPILERS = ["gcc", "clang"]
MACOS_OS = ["macos15"]