Skip to content

Commit bb1f822

Browse files
[Github] Bump CI containers to 22.1.4 (#194175)
1 parent 93317d1 commit bb1f822

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN powershell -Command \
102102
rm actions-runner-win.zip
103103
104104
# Set the LLVM_VERSION environment variable
105-
ENV LLVM_VERSION=22.1.0
105+
ENV LLVM_VERSION=22.1.4
106106
107107
# Download and extract Clang compiler.
108108
# Create directories, download, extract, and clean up all in one layer

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM docker.io/library/ubuntu:24.04 AS base
22
ENV LLVM_SYSROOT=/opt/llvm
33

44
FROM base AS stage1-toolchain
5-
ENV LLVM_VERSION=22.1.0
5+
ENV LLVM_VERSION=22.1.4
66

77
RUN apt-get update && \
88
apt-get install -y \

0 commit comments

Comments
 (0)