Skip to content

Commit

Permalink
Fix dep error
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Dec 18, 2024
1 parent 2f1ab8b commit c58b8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG VERSION_TAG
ARG TARGETOS
ARG TARGETARCH

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

Expand Down

0 comments on commit c58b8d8

Please sign in to comment.