chore(deps): update alpine docker tag to v3.23 #102

Merged
renovate-bot merged 1 commits from renovate/alpine-3.x into main 2025-12-04 00:01:26 +00:00
Showing only changes of commit 89a2844c1c - Show all commits

View File

@@ -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