From 89a2844c1c644cedc9d254403406f3d238e29185 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Dec 2025 00:01:24 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7016f02..15289ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY . . RUN go build -o gosearch . # Use a minimal base image for final deployment -FROM alpine:3.22 +FROM alpine:3.23 # Set working directory in the container WORKDIR / # Copy the built binary from the builder stage