chore(deps): update alpine docker tag to v3.22 #14

Merged
renovate-bot merged 1 commits from renovate/alpine-3.x into main 2025-06-01 00:01:55 +00:00

View File

@ -11,7 +11,7 @@ COPY . .
RUN go build -o gosearch . RUN go build -o gosearch .
# Use a minimal base image for final deployment # Use a minimal base image for final deployment
FROM alpine:3.21 FROM alpine:3.22
# Set working directory in the container # Set working directory in the container
WORKDIR / WORKDIR /
# Copy the built binary from the builder stage # Copy the built binary from the builder stage