Pin target image to alpine:3.15

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
Paulo Gomes 2022-01-26 13:06:22 +00:00
parent c37562775f
commit ac3870c80b
No known key found for this signature in database
GPG Key ID: 9995233870E99BEE
1 changed files with 1 additions and 1 deletions

View File

@ -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 \