Skip to content

Commit

Permalink
Update Dockerfile (alpine and deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Feb 20, 2025
1 parent 9fe9c26 commit d1e570f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:3.20
FROM alpine:3.21

ARG VERSION_TAG
ARG TARGETOS
ARG TARGETARCH

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

Expand Down

0 comments on commit d1e570f

Please sign in to comment.