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