From dc4fda2cfca9f81838d4f3c655c3f4fbaeddcd6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 14:16:04 +0000 Subject: [PATCH] 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.24 to 2.25 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.24.0...v2.25.0) Updates `mccutchen/go-httpbin` from 2.24 to 2.25 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.24.0...v2.25.0) --- updated-dependencies: - dependency-name: mccutchen/go-httpbin dependency-version: '2.25' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-httpbin - dependency-name: mccutchen/go-httpbin dependency-version: '2.25' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-httpbin ... Signed-off-by: dependabot[bot] --- .ci/docker-compose.yml | 2 +- .devcontainer/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/docker-compose.yml b/.ci/docker-compose.yml index c0c28c4..f2394bf 100644 --- a/.ci/docker-compose.yml +++ b/.ci/docker-compose.yml @@ -16,6 +16,6 @@ services: httpbin: container_name: ci_httpbin - image: ghcr.io/mccutchen/go-httpbin:2.24 + image: ghcr.io/mccutchen/go-httpbin:2.25 ports: - "127.0.0.1:8081:8080" diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index b2f282d..47180b5 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -26,7 +26,7 @@ services: httpbin: container_name: gotify-httpbin - image: ghcr.io/mccutchen/go-httpbin:2.24 + image: ghcr.io/mccutchen/go-httpbin:2.25 ports: - "8081:8080"