Skip to content

Commit 85a59ed

Browse files
build(deps): bump the go-httpbin group across 2 directories with 1 update
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.21 to 2.23 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](mccutchen/go-httpbin@v2.21.0...v2.23.0) Updates `mccutchen/go-httpbin` from 2.21 to 2.23 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](mccutchen/go-httpbin@v2.21.0...v2.23.0) Updates `mccutchen/go-httpbin` from 2.21 to 2.23 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](mccutchen/go-httpbin@v2.21.0...v2.23.0) Updates `mccutchen/go-httpbin` from 2.21 to 2.23 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](mccutchen/go-httpbin@v2.21.0...v2.23.0) --- updated-dependencies: - dependency-name: mccutchen/go-httpbin dependency-version: '2.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-httpbin - dependency-name: mccutchen/go-httpbin dependency-version: '2.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-httpbin ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10413da commit 85a59ed

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.21
19+
image: ghcr.io/mccutchen/go-httpbin:2.23
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.21
29+
image: ghcr.io/mccutchen/go-httpbin:2.23
3030
ports:
3131
- "8081:8081"
3232
command: ["go-httpbin", "-port", "8081"]

0 commit comments

Comments
 (0)