From 138662e248cbe1170812c0d23ecf7cd3a7080c92 Mon Sep 17 00:00:00 2001 From: Maisem Ali Date: Fri, 7 Jan 2022 06:13:31 -0800 Subject: [PATCH] Dockerfile.base: update to alpine:3.15 Signed-off-by: Maisem Ali --- Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.base b/Dockerfile.base index e77f52de1..bab913a1d 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -2,5 +2,5 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM alpine:3.14 +FROM alpine:3.15 RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables