Skip to content

Commit afc8c0e

Browse files
Bump mccutchen/go-httpbin from 2.10.0 to 2.11.0 (#260)
* Update .ci\docker-compose.yml * Update .devcontainer\docker-compose.yml
1 parent 4a341e1 commit afc8c0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ services:
1616

1717
httpbin:
1818
container_name: ci_httpbin
19-
image: mccutchen/go-httpbin:v2.10.0
19+
image: mccutchen/go-httpbin:v2.11.0
2020
ports:
2121
- "127.0.0.1:8081:8080"

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424

2525
httpbin:
2626
container_name: httpbin
27-
image: mccutchen/go-httpbin:v2.10.0
27+
image: mccutchen/go-httpbin:v2.11.0
2828
ports:
2929
- "8081:80"
3030
command: ["go-httpbin", "-port", "80"]

0 commit comments

Comments
 (0)