diff --git a/Dockerfile b/Dockerfile index c8fbb61..6e3f9fe 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.23 # Copy the binary to the production image from the builder stage. COPY --from=builder /app/server /app/server