From 14650aa3f47353ab7d9121ac6fa209ae96b2825b Mon Sep 17 00:00:00 2001 From: Igor Gov Date: Thu, 6 Jan 2022 12:47:50 +0200 Subject: [PATCH] Updating mizu base docker image alpine 3.14 -> 3.15 (#591) Co-authored-by: Igor Gov --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51a42eae9..20468ad99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ RUN chmod +x ./basenine_linux_amd64 COPY devops/build_extensions.sh .. RUN cd .. && /bin/bash build_extensions.sh -FROM alpine:3.14 +FROM alpine:3.15 RUN apk add bash libpcap-dev