pin alpine version to 3.22

This commit is contained in:
henrygd
2025-12-08 18:14:14 -05:00
parent 4c9b00a066
commit 570e1cbf40
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ RUN CGO_ENABLED=0 GOGC=75 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags "-
# Final image
# Note: must cap_add: [CAP_PERFMON] and mount /dev/dri/ as volume
# --------------------------
FROM alpine:edge
FROM alpine:3.22
COPY --from=builder /agent /agent