build: update base image to distroless/static-debian12:nonroot (#52) All checks were successful release-nightly / release-image (push) Successful in 1m4s
All checks were successful
release-nightly / release-image (push) Successful in 1m4s
- Update base image from distroless/static-debian11:nonroot to distroless/static-debian12:nonroot Signed-off-by: appleboy <appleboy.tw@gmail.com> Reviewed-on: #52 Co-authored-by: appleboy <appleboy.tw@gmail.com> Co-committed-by: appleboy <appleboy.tw@gmail.com>
This commit was merged in pull request #52.
This commit is contained in:
@@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \ | ||||
go build -trimpath -ldflags="-s -w -X main.Version=${VERSION}" -o gitea-mcp | ||||
| ||||
# Final stage | ||||
FROM gcr.io/distroless/static-debian11:nonroot | ||||
FROM gcr.io/distroless/static-debian12:nonroot | ||||
| ||||
ENV GITEA_MODE=stdio | ||||
| ||||
|
Reference in New Issue
Block a user