From 57855429ade24b1a56bf79a3049b54d5b09c2aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 14:14:20 +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.23 to 2.24 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.23.0...v2.24.0) Updates `mccutchen/go-httpbin` from 2.23 to 2.24 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.23.0...v2.24.0) --- updated-dependencies: - dependency-name: mccutchen/go-httpbin dependency-version: '2.24' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-httpbin - dependency-name: mccutchen/go-httpbin dependency-version: '2.24' 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 e1a9f0c..3583064 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.23 + image: ghcr.io/mccutchen/go-httpbin:2.24 ports: - "127.0.0.1:8081:8080" diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index fa6210c..837da7c 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.23 + image: ghcr.io/mccutchen/go-httpbin:2.24 ports: - "8081:8080"