Skip to content

Commit

Permalink
Pin Alpine and package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Nov 15, 2024
1 parent a7b6480 commit 9ccf3fe
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
FROM alpine:3.20

ARG VERSION_TAG
ARG TARGETOS
ARG TARGETARCH

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

Expand Down

0 comments on commit 9ccf3fe

Please sign in to comment.