diff --git a/Dockerfile b/Dockerfile index c8fbb61..57ca1e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY . ./ # Build the binary. RUN go build -v -o server -FROM alpine:3.21 +FROM alpine:3.22 # Copy the binary to the production image from the builder stage. COPY --from=builder /app/server /app/server