From 68f2a873342282bb9c2aae5418ba4abf5c3c4c74 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 Aug 2021 18:56:54 +0000 Subject: [PATCH] Update alpine Docker tag to v3.14.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 240956dc..61d94a42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ COPY internal /crie/internal COPY pkg /crie/pkg RUN --mount=type=cache,target=/root/.cache/go-build go build ./cmd/crie -FROM alpine:3.13.0 as clang_layer +FROM alpine:3.14.2 as clang_layer RUN apk --no-cache add clang # ~~~ ~~~ ~~~~~~~~~~~~~~~~~ ~~~ ~~~ @@ -30,7 +30,7 @@ RUN apk --no-cache add clang # ~~~ ~~~ ~~~~~~~~~~~~~~~~~ ~~~ ~~~ # Alpine :ok_hand: -FROM alpine:3.13.0 +FROM alpine:3.14.2 RUN apk --no-cache add git wget ca-certificates \ && update-ca-certificates