chore(deps): update alpine docker tag to v3.23
Some checks failed
Go / build (pull_request) Successful in 13s
SonarQube Scan / Build and analyze (pull_request) Failing after 15s
Go / build (push) Successful in 11s
renovate / renovate (push) Successful in 59s
SonarQube Scan / Build and analyze (push) Failing after 15s

This commit is contained in:
2025-12-04 00:01:24 +00:00
parent a2e1fff6e0
commit 89a2844c1c

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.22 FROM alpine:3.23
# 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