Skip to content

Commit 59af9b8

Browse files
Update alpine:3.23 Docker digest to 865b95f (#765)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e53521a commit 59af9b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_linux_alpine_x86_64_musl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112
container:
113113
# Similar to GNU, we build on the oldest for ABI compatibility
114-
image: alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 # renovate: ignore
114+
image: alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 # renovate: ignore
115115
steps:
116116
- name: Install dependencies
117117
run: |

.github/workflows/ci_linux_alpine_x86_64_musl_complementary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
container:
7171
# Similar to GNU, we build on the oldest for ABI compatibility
72-
image: alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 # renovate: ignore
72+
image: alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 # renovate: ignore
7373
steps:
7474
- name: Install dependencies
7575
run: |

.github/workflows/push_linux_x86_64_musl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
environment: deployment
1717
container:
1818
# Same as CI, we build on the oldest possible for ABI compatibility
19-
image: alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 # renovate: ignore
19+
image: alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 # renovate: ignore
2020
steps:
2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)