Skip to content

Commit b7530b0

Browse files
authored
Update .github/workflows/containers/github-action-ci-tooling/Dockerfile
1 parent 27c773e commit b7530b0

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/containers/github-action-ci-tooling

1 file changed

+1
-1
lines changed

.github/workflows/containers/github-action-ci-tooling/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG LLVM_VERSION=21.1.0
2-
# FIXME: Use "${LLVM_VERSION%%.*}"" instead of "LLVM_VERSION_MAJOR" once we update runners to Ubuntu-26.04 with Buildah >= 1.37
2+
# FIXME: Use "${LLVM_VERSION%%.*}" instead of "LLVM_VERSION_MAJOR" once we update runners to Ubuntu-26.04 with Buildah >= 1.37
33
ARG LLVM_VERSION_MAJOR=21
44

55
FROM docker.io/library/ubuntu:24.04 AS llvm-downloader

0 commit comments

Comments
 (0)