From b73a00d0a8017bdadc9919d59d61f90c9aea6e37 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Aug 2021 18:19:47 +0000 Subject: [PATCH] Update alpine Docker tag to v3.14.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d628d5ff..8407281f 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.1 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.1 RUN apk --no-cache add git wget ca-certificates \ && update-ca-certificates