Skip to content

Commit

Permalink
Bump mccutchen/go-httpbin from 2.11.1 to 2.12.0 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Nov 7, 2023
1 parent 1cde89f commit 115f34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:

httpbin:
container_name: ci_httpbin
image: mccutchen/go-httpbin:v2.11.0
image: mccutchen/go-httpbin:v2.12.0
command: ["go-httpbin", "-port", "80"]
ports:
- "127.0.0.1:8081:80"
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:

httpbin:
container_name: httpbin
image: mccutchen/go-httpbin:v2.11.1
image: mccutchen/go-httpbin:v2.12.0
command: ["go-httpbin", "-port", "80"]
ports:
- "127.0.0.1:8081:80"

0 comments on commit 115f34b

Please sign in to comment.