From d4235a80013a9f8c80539032fade2c512e0b7355 Mon Sep 17 00:00:00 2001 From: Shreyas Rao Date: Wed, 21 Jun 2023 19:04:19 +0530 Subject: [PATCH] Bump alpine base version for Docker build to 3.18.2 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 5a3f9bc1f..4fd22f0f2 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -19,7 +19,7 @@ COPY . . RUN make build -FROM alpine:3.15.8 +FROM alpine:3.18.2 RUN apk add --update bash curl