Move docker CI to LLVM 18 tooling (#1381)

For #1343 

This is the first PR which only just meant to update our docker image on
docker hub.
This commit is contained in:
Alex Kremer
2024-04-29 16:29:20 +01:00
committed by GitHub
parent 0dcbbf9afa
commit b8cb60b7db
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
images: rippleci/clio_ci
tags: |
type=raw,value=latest
type=raw,value=gcc_12
type=raw,value=gcc_12_clang_16
type=raw,value=${{ env.GITHUB_SHA }}
- name: Build and push

View File

@@ -7,7 +7,7 @@ USER root
WORKDIR /root
ENV CCACHE_VERSION=4.8.3 \
LLVM_TOOLS_VERSION=17 \
LLVM_TOOLS_VERSION=18 \
GH_VERSION=2.40.0 \
DOXYGEN_VERSION=1.10.0