From bfe1e00392a4fffa4ec436bf60151a19b6ead8d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 11:53:33 +0100 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21.3 (#240) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbebd64..196694f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -82,7 +82,7 @@ RUN sed -i \ RUN CGO_ENABLED=1 GOMAXPROCS=$(nproc) go build -tags musl -o paperless-gpt . # Stage 3: Create a lightweight image with just the binary -FROM alpine:3.21.2 +FROM alpine:3.21.3 ENV GIN_MODE=release