From d1e570f13090922829232ede168e63fa167b88d9 Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Thu, 20 Feb 2025 11:23:07 +0100 Subject: [PATCH] Update Dockerfile (alpine and deps) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5306e5f..d41319c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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