From a28528b76fb9ed2842901dfc46de6574b9b577f7 Mon Sep 17 00:00:00 2001 From: Shreyas Rao <42259948+shreyas-s-rao@users.noreply.github.com> Date: Mon, 26 Jun 2023 15:31:35 +0530 Subject: [PATCH] Bump alpine base version for Docker build to 3.18.2 (#638) --- 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