Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 1df2b0f

Browse files
chore(deps): update ghcr.io/hrzlgnm/cappuchin-github-void-linux-glibc-clang:v1 docker digest to b135013 (#567)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72c7553 commit 1df2b0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-test-reusable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- {
8383
runs_on: ubuntu-latest,
8484
name: "Clang 21 glibc",
85-
container_image: "ghcr.io/hrzlgnm/cappuchin-github-void-linux-glibc-clang:v1@sha256:0acb590a0f66cfad8e43fc0b3b420a24913ff7dd60c7d6da1c18763ec43c1980",
85+
container_image: "ghcr.io/hrzlgnm/cappuchin-github-void-linux-glibc-clang:v1@sha256:b13501320ddbade0daca2188874b6690ab6f73afcfc0084182ed9f8d2508f93e",
8686
CC: clang,
8787
CXX: clang++,
8888
CFLAGS: "",
@@ -94,7 +94,7 @@ jobs:
9494
- {
9595
runs_on: ubuntu-latest,
9696
name: "Clang 21 glibc ASAN+UBSAN",
97-
container_image: "ghcr.io/hrzlgnm/cappuchin-github-void-linux-glibc-clang:v1@sha256:0acb590a0f66cfad8e43fc0b3b420a24913ff7dd60c7d6da1c18763ec43c1980",
97+
container_image: "ghcr.io/hrzlgnm/cappuchin-github-void-linux-glibc-clang:v1@sha256:b13501320ddbade0daca2188874b6690ab6f73afcfc0084182ed9f8d2508f93e",
9898
CC: clang,
9999
CXX: clang++,
100100
CFLAGS: "-fsanitize=address,undefined -fsanitize-address-use-after-scope -fno-sanitize-recover=address,undefined",
@@ -107,7 +107,7 @@ jobs:
107107
- {
108108
runs_on: ubuntu-latest,
109109
name: "Clang 21 glibc Release",
110-
container_image: "ghcr.io/hrzlgnm/cappuchin-github-void-linux-glibc-clang:v1@sha256:0acb590a0f66cfad8e43fc0b3b420a24913ff7dd60c7d6da1c18763ec43c1980",
110+
container_image: "ghcr.io/hrzlgnm/cappuchin-github-void-linux-glibc-clang:v1@sha256:b13501320ddbade0daca2188874b6690ab6f73afcfc0084182ed9f8d2508f93e",
111111
CC: clang,
112112
CXX: clang++,
113113
CFLAGS: "",

.github/workflows/static-analysis-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
Static-Analysis:
1313
runs-on: ubuntu-latest
1414
container:
15-
image: "ghcr.io/hrzlgnm/cappuchin-github-void-linux-glibc-clang:v1@sha256:0acb590a0f66cfad8e43fc0b3b420a24913ff7dd60c7d6da1c18763ec43c1980"
15+
image: "ghcr.io/hrzlgnm/cappuchin-github-void-linux-glibc-clang:v1@sha256:b13501320ddbade0daca2188874b6690ab6f73afcfc0084182ed9f8d2508f93e"
1616

1717
steps:
1818
- name: 🔄 Checkout

0 commit comments

Comments
 (0)