Skip to content

Commit c991ce7

Browse files
Jonathan D.A. Jewellclaude
andcommitted
fix: use correct Chainguard wolfi-base package names in Containerfile
Wolfi uses glibc (not musl), and cargo is bundled with the rust package. Fixes GHCR publish workflow failure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 49f224a commit c991ce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Builder stage — Wolfi-base with Rust toolchain
99
FROM cgr.dev/chainguard/wolfi-base:latest AS builder
1010

11-
RUN apk add --no-cache rust cargo pkgconf openssl-dev gcc musl-dev
11+
RUN apk add --no-cache rust pkgconf openssl-dev gcc glibc-dev
1212

1313
WORKDIR /build
1414

0 commit comments

Comments
 (0)