Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 1ad0d44

Browse files
olegbespalovcodebien
authored andcommitted
docker: unpin a ca-certs pkg
1 parent c80a73f commit 1ad0d44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ RUN CGO_ENABLED=0 go install go.k6.io/xk6/cmd/xk6@latest \
1010

1111
# Create image for running k6 with output for Prometheus Remote Write
1212
FROM alpine:3.17
13-
RUN apk add --no-cache ca-certificates=~20220614 && \
13+
14+
# hadolint ignore=DL3018
15+
RUN apk add --no-cache ca-certificates && \
1416
adduser -D -u 12345 -g 12345 k6
1517
COPY --from=builder /tmp/k6 /usr/bin/k6
1618

0 commit comments

Comments
 (0)