From 0f2629c0ba5a01be2c36d7193a799d916ce0d1a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:31:29 +0000 Subject: [PATCH] Update alpine Docker tag to v3.20.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ec8dcd..33bf63d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY config/ config/ RUN shards build --static --no-debug --release --production --warnings=all -FROM alpine:3.19.1 +FROM alpine:3.20.2 RUN apk update && \ apk add --update tzdata && \