Skip to content

Commit

Permalink
chore(deps): update mccutchen/go-httpbin docker tag to v2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2023
1 parent 36a4b88 commit 358a7c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
httpbin:
image: mccutchen/go-httpbin:v2.12.0
image: mccutchen/go-httpbin:v2.13.1
command: [ "/bin/go-httpbin", "-port", "8081" ]
ports:
- 8081:8081
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
httpbin:
image: mccutchen/go-httpbin:v2.12.0
image: mccutchen/go-httpbin:v2.13.1
environment:
- MAX_BODY_SIZE=15728640 # 15 MiB
command: [ "/bin/go-httpbin", "-port", "8081" ]
Expand Down
2 changes: 1 addition & 1 deletion ftw/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
httpbin:
image: mccutchen/go-httpbin:v2.12.0
image: mccutchen/go-httpbin:v2.13.1
command: [ "/bin/go-httpbin", "-port", "8081" ]
ports:
- 8081:8081
Expand Down

0 comments on commit 358a7c7

Please sign in to comment.