Skip to content

Commit d1e570f

Browse files
committed
Update Dockerfile (alpine and deps)
1 parent 9fe9c26 commit d1e570f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM alpine:3.20
1+
FROM alpine:3.21
22

33
ARG VERSION_TAG
44
ARG TARGETOS
55
ARG TARGETARCH
66

7-
RUN apk add --no-cache ca-certificates=20240705-r0 openssl=3.3.2-r1 && \
7+
RUN apk add --no-cache ca-certificates=20241121-r1 openssl=3.3.3-r0 && \
88
adduser -D -u 12345 -g 12345 k6
99
COPY ./dist/xk6-kafka_${VERSION_TAG}_${TARGETOS}_${TARGETARCH} /usr/bin/k6
1010

0 commit comments

Comments
 (0)