We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219b1dd commit d0f5e14Copy full SHA for d0f5e14
docker/Dockerfile
@@ -14,7 +14,7 @@ RUN pnpm license:extract
14
RUN pnpm install --prod
15
16
17
-FROM gcr.io/distroless/nodejs22-debian12:nonroot@sha256:e5403162edcafbf01af6411d6a94858dfde55de6f3e9c821b1c490379c4bbac2
+FROM gcr.io/distroless/nodejs22-debian12:nonroot@sha256:13cb824ba0b153e180d7a14959dc4a39f5b62fa860b24bbf51c43ee32341bd1e
18
# ref. https://docs.github.com/ja/packages/working-with-a-github-packages-registry/working-with-the-container-registry#labelling-container-images
19
LABEL org.opencontainers.image.source=https://github.com/kintone/mcp-server
20
LABEL org.opencontainers.image.description="The official MCP Server for kintone"
0 commit comments