Skip to content

Commit ca7a585

Browse files
authored
Update Docker image version in README (#180)
Signed-off-by: Leonardo Araneda Freccero <arangatang@users.noreply.github.com>
1 parent 07c60a2 commit ca7a585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can use the pre-built image:
8080
docker pull public.ecr.aws/mcp-proxy-for-aws/mcp-proxy-for-aws:latest
8181

8282
# Or pull a specific version
83-
docker pull public.ecr.aws/mcp-proxy-for-aws/mcp-proxy-for-aws:1.1.5
83+
docker pull public.ecr.aws/mcp-proxy-for-aws/mcp-proxy-for-aws:1.1.6
8484
```
8585

8686
Or build the image locally:
@@ -174,6 +174,7 @@ Using the pre-built public ECR image:
174174
"command": "docker",
175175
"args": [
176176
"run",
177+
"-i",
177178
"--rm",
178179
"--volume",
179180
"/full/path/to/.aws:/app/.aws:ro",

0 commit comments

Comments
 (0)