Skip to content

Commit e43d88d

Browse files
Update alpine:3.21 Docker digest to a8560b3 (#75)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 15ff289 commit e43d88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk --no-cache add git
55
RUN CGO_ENABLED=0 go install go.k6.io/xk6/cmd/xk6@latest
66
RUN CGO_ENABLED=0 xk6 build --with github.com/elastic/xk6-output-elasticsearch=. --output /tmp/k6
77

8-
FROM alpine:3.21@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
8+
FROM alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
99
RUN apk add --no-cache ca-certificates && \
1010
adduser -D -u 12345 -g 12345 k6
1111
COPY --from=builder /tmp/k6 /usr/bin/k6

0 commit comments

Comments
 (0)