From e3f0c84e7aecbd2f13423284f783a9b2bf8eb008 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 31 May 2025 00:01:59 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d045558..a34092a 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.21 +FROM alpine:3.22 # Set working directory in the container WORKDIR / # Copy the built binary from the builder stage