Skip to content

Commit

Permalink
chore(deps): update mccutchen/go-httpbin docker tag to v2.15.0 (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 0bf0455 commit 3ae0aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.14.0
image: mccutchen/go-httpbin:v2.15.0
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.14.0
image: mccutchen/go-httpbin:v2.15.0
environment:
- MAX_BODY_SIZE=15728640 # 15 MiB
command: [ "/bin/go-httpbin", "-port", "8081" ]
Expand Down

0 comments on commit 3ae0aca

Please sign in to comment.