From bf0a54bd1b32495e5492e393deaea0a22def2421 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Thu, 20 Jun 2024 13:54:23 -0500 Subject: [PATCH] chore(dockerfile): Pin alpine to v3.20.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 574ccd7..2488c6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.20 +FROM docker.io/alpine:3.20.1 RUN apk add --no-cache \ bash \