From cda0ecee40bc39de5cec3395f76e6684c55f17ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:18:32 +0000 Subject: [PATCH] Update alpine Docker tag to v3.21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8aba383..6b3a8cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,5 +31,5 @@ COPY tests/ /tests/ WORKDIR /tests RUN python3 -m unittest discover -v -s . -FROM alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a +FROM alpine:3.21@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 COPY --from=native-builder /install/harbor.bin /usr/local/harbor