From 4782c400e07ca8453a04287737b794fd02e7117f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 22:28:39 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb3e122..1c12fb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN go mod download COPY . /app/ RUN make build/docker -FROM alpine:3.20.3 +FROM alpine:3.21.3 LABEL repository="https://github.com/aevea/commitsar" LABEL homepage="https://github.com/aevea/commitsar"