Skip to content

Commit 83ff6fa

Browse files
build(deps): bump the go-httpbin group across 2 directories with 1 update (#538)
Bumps the go-httpbin group with 1 update in the /.ci directory: [mccutchen/go-httpbin](https://github.com/mccutchen/go-httpbin). Bumps the go-httpbin group with 1 update in the /.devcontainer directory: [mccutchen/go-httpbin](https://github.com/mccutchen/go-httpbin). Updates `mccutchen/go-httpbin` from 2.19 to 2.20 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](mccutchen/go-httpbin@v2.19.0...v2.20.0) Updates `mccutchen/go-httpbin` from 2.19 to 2.20 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](mccutchen/go-httpbin@v2.19.0...v2.20.0) --- updated-dependencies: - dependency-name: mccutchen/go-httpbin dependency-version: '2.20' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-httpbin - dependency-name: mccutchen/go-httpbin dependency-version: '2.20' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-httpbin ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9259ca commit 83ff6fa

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,7 +16,7 @@ services:
1616

1717
httpbin:
1818
container_name: ci_httpbin
19-
image: ghcr.io/mccutchen/go-httpbin:2.19
19+
image: ghcr.io/mccutchen/go-httpbin:2.20
2020
ports:
2121
- "127.0.0.1:8081:8081"
2222
command: ["go-httpbin", "-port", "8081"]

.devcontainer/docker-compose.yml

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

2727
httpbin:
2828
container_name: gotify-httpbin
29-
image: ghcr.io/mccutchen/go-httpbin:2.19
29+
image: ghcr.io/mccutchen/go-httpbin:2.20
3030
ports:
3131
- "8081:8081"
3232
command: ["go-httpbin", "-port", "8081"]

0 commit comments

Comments
 (0)