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

Commit 72c7553

Browse files
chore(deps): update ghcr.io/hrzlgnm/cappuchin-github-gcc:v1 docker digest to 68c34d3 (#566)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a815bd8 commit 72c7553

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- {
120120
runs_on: ubuntu-latest,
121121
name: "GCC 14",
122-
container_image: "ghcr.io/hrzlgnm/cappuchin-github-gcc:v1@sha256:9c148cdccf7db4dfc18144c6b7d34bdfc057ca8d210bbec4998aa17876443b3f",
122+
container_image: "ghcr.io/hrzlgnm/cappuchin-github-gcc:v1@sha256:68c34d3e9a1902b1ba0ceca5495726e484c2f58504a3202912f0d70b2eb6474a",
123123
CC: gcc,
124124
CXX: g++,
125125
CFLAGS: "",
@@ -131,7 +131,7 @@ jobs:
131131
- {
132132
runs_on: ubuntu-latest,
133133
name: "GCC 14 ASAN+UBSAN",
134-
container_image: "ghcr.io/hrzlgnm/cappuchin-github-gcc:v1@sha256:9c148cdccf7db4dfc18144c6b7d34bdfc057ca8d210bbec4998aa17876443b3f",
134+
container_image: "ghcr.io/hrzlgnm/cappuchin-github-gcc:v1@sha256:68c34d3e9a1902b1ba0ceca5495726e484c2f58504a3202912f0d70b2eb6474a",
135135
CC: gcc,
136136
CXX: g++,
137137
CFLAGS: "-fsanitize=address,undefined -fsanitize-address-use-after-scope -fno-sanitize-recover=address,undefined",
@@ -144,7 +144,7 @@ jobs:
144144
- {
145145
runs_on: ubuntu-latest,
146146
name: "GCC 14 Release",
147-
container_image: "ghcr.io/hrzlgnm/cappuchin-github-gcc:v1@sha256:9c148cdccf7db4dfc18144c6b7d34bdfc057ca8d210bbec4998aa17876443b3f",
147+
container_image: "ghcr.io/hrzlgnm/cappuchin-github-gcc:v1@sha256:68c34d3e9a1902b1ba0ceca5495726e484c2f58504a3202912f0d70b2eb6474a",
148148
CC: gcc,
149149
CXX: g++,
150150
CFLAGS: "",

0 commit comments

Comments
 (0)