Skip to content

Commit 966443b

Browse files
committed
Fix the container tags
Signed-off-by: pdmurray <peynmurray@gmail.com>
1 parent 2faa7b4 commit 966443b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
fail-fast: false
290290

291291
container:
292-
image: alpine@4d889c14e7d5
292+
image: alpine:3.22.4
293293
options: --cap-add=SYS_PTRACE
294294

295295
steps:
@@ -321,7 +321,7 @@ jobs:
321321
fail-fast: false
322322

323323
container:
324-
image: fedora@f717d3f59ea0
324+
image: fedora:45
325325
options: --cap-add=SYS_PTRACE
326326

327327
steps:
@@ -359,7 +359,7 @@ jobs:
359359
fail-fast: false
360360

361361
container:
362-
image: archlinux@32c78c548c1a
362+
image: archlinux:base-devel-20260517.0.530531
363363
options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined
364364
steps:
365365
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -400,7 +400,7 @@ jobs:
400400
fail-fast: false
401401

402402
container:
403-
image: debian@de6a8f94c0e8
403+
image: debian:stable
404404
options: --cap-add=SYS_PTRACE
405405

406406
steps:

0 commit comments

Comments
 (0)