diff --git a/Dockerfile b/Dockerfile index efeea80..9c062a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /gateway ./cmd # Runtime stage -FROM alpine:3.19 +FROM alpine:3.23 WORKDIR /app