1 Commits

Author SHA1 Message Date
bedc9485ad fix(deps): update module github.com/gofiber/fiber/v2 to v2.52.10
Some checks failed
Go / build (pull_request) Successful in 38s
SonarQube Scan / Build and analyze (pull_request) Failing after 17s
2025-11-20 00:01:37 +00:00

View File

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