chore(deps): update alpine docker tag to v3.22
All checks were successful
Go / build (pull_request) Successful in 11s
SonarQube Scan / Build and analyze (pull_request) Successful in 31s
Go / build (push) Successful in 13s
renovate / renovate (push) Successful in 1m13s
SonarQube Scan / Build and analyze (push) Successful in 40s

This commit is contained in:
Renovate Bot 2025-05-31 00:01:59 +00:00
parent 21f8b5fb2c
commit e3f0c84e7a

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