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 78783f3 commit b4f3533Copy full SHA for b4f3533
README.md
@@ -189,7 +189,7 @@ You can extend the `mcp-proxy` container image to include additional executables
189
```Dockerfile
190
# file: mcp-proxy.Dockerfile
191
192
-FROM ghcr.io/sparfenyuk/mcp-proxy:commit-7eb4a09
+FROM ghcr.io/sparfenyuk/mcp-proxy:latest
193
194
# Install the 'uv' package
195
RUN python3 -m ensurepip && pip install --no-cache-dir uv
0 commit comments