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 d64f675 commit 6334b6bCopy full SHA for 6334b6b
Dockerfile
@@ -6,7 +6,7 @@ ARG S6_OVERLAY_VERSION=3.2.1.0
6
# renovate: datasource=github-releases depName=apollographql/router
7
ARG APOLLO_ROUTER_VERSION=2.7.0
8
# renovate: datasource=github-releases depName=apollographql/apollo-mcp-server
9
-ARG APOLLO_MCP_SERVER_VERSION=1.0.0
+ARG APOLLO_MCP_SERVER_VERSION=1.1.0
10
11
LABEL org.opencontainers.image.version=0.0.28
12
LABEL org.opencontainers.image.vendor="Apollo GraphQL"
@@ -83,4 +83,4 @@ RUN mkdir -p /etc/s6-overlay/s6-rc.d/user/contents.d/mcp
83
HEALTHCHECK --timeout=3s CMD curl -sf http://localhost:8088/health || exit 1
84
85
# Use the s6 init process to control our services
86
-ENTRYPOINT ["/init"]
+ENTRYPOINT ["/init"]
0 commit comments