chore: Don't hardcode gcc version in ci/Dockerfile (#2337)

This commit is contained in:
Ayaz Salikhov
2025-07-17 15:52:51 +01:00
committed by GitHub
parent a8e61204da
commit 1b63c3c315
2 changed files with 15 additions and 12 deletions

View File

@@ -326,6 +326,7 @@ jobs:
build_args: |
GHCR_REPO=${{ needs.repo.outputs.GHCR_REPO }}
CLANG_MAJOR_VERSION=${{ env.CLANG_MAJOR_VERSION }}
GCC_MAJOR_VERSION=${{ env.GCC_MAJOR_VERSION }}
GCC_VERSION=${{ env.GCC_VERSION }}
dockerhub_repo: rippleci/clio_ci
dockerhub_description: CI image for XRPLF/clio.