From ac3870c80ba7d8190806e2a6f2d0f1dfb55381e4 Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Wed, 26 Jan 2022 13:06:22 +0000 Subject: [PATCH] Pin target image to alpine:3.15 Signed-off-by: Paulo Gomes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a13475ea..ac8f0684 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ RUN --mount=target=. \ RUN xx-verify --static /source-controller -FROM alpine +FROM alpine:3.15 ARG TARGETPLATFORM RUN apk --no-cache add ca-certificates \