Skip to content

Commit 6334b6b

Browse files
authored
chore: bumping mcp version to 1.1.0 (#60)
1 parent d64f675 commit 6334b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG S6_OVERLAY_VERSION=3.2.1.0
66
# renovate: datasource=github-releases depName=apollographql/router
77
ARG APOLLO_ROUTER_VERSION=2.7.0
88
# renovate: datasource=github-releases depName=apollographql/apollo-mcp-server
9-
ARG APOLLO_MCP_SERVER_VERSION=1.0.0
9+
ARG APOLLO_MCP_SERVER_VERSION=1.1.0
1010

1111
LABEL org.opencontainers.image.version=0.0.28
1212
LABEL org.opencontainers.image.vendor="Apollo GraphQL"
@@ -83,4 +83,4 @@ RUN mkdir -p /etc/s6-overlay/s6-rc.d/user/contents.d/mcp
8383
HEALTHCHECK --timeout=3s CMD curl -sf http://localhost:8088/health || exit 1
8484

8585
# Use the s6 init process to control our services
86-
ENTRYPOINT ["/init"]
86+
ENTRYPOINT ["/init"]

0 commit comments

Comments
 (0)