Skip to content

build(deps): bump the docker group across 2 directories with 3 updates - #347

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker/docker-4979dbf142
Open

build(deps): bump the docker group across 2 directories with 3 updates#347
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker/docker-4979dbf142

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Warning

Cooldown could not be applied because no publication date was available from the registry.

Bumps the docker group with 2 updates in the / directory: golang and debian.
Bumps the docker group with 1 update in the /sandbox directory: python.

Updates golang from 1.26-alpine to 1.27-alpine

Updates debian from abd67ff to 8820086

Updates python from a3ab0b9 to 1042b61

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the docker group with 2 updates in the / directory: golang and debian.
Bumps the docker group with 1 update in the /sandbox directory: python.


Updates `golang` from 1.26-alpine to 1.27-alpine

Updates `debian` from `abd67ff` to `8820086`

Updates `python` from `a3ab0b9` to `1042b61`

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.27-alpine
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: debian
  dependency-version: bookworm-slim
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: python
  dependency-version: 3.11-slim
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Aug 31, 2026
@redpandabot

redpandabot Bot commented Aug 31, 2026

Copy link
Copy Markdown

Summary

Dependabot bump: golang 1.26→1.27 (bookworm digest pin + alpine), debian:bookworm-slim and python:3.11-slim digest refreshes across Dockerfile, Dockerfile.mcp, Dockerfile.proxy, sandbox/Dockerfile. I verified every pinned digest against the Docker Registry API and all match the real current tags of the exact images named; go.mod stays go 1.26.6, which Go 1.27 builds fine (backward compatible). Clean bump; only one CI-coverage concern below.

Issues

  • 🟡 Dockerfile:12Go 1.26→1.27 major bump is never compiled by CI — The golang 1.27 bump in Dockerfile/Dockerfile.mcp/Dockerfile.proxy is not exercised by any CI job: docker.yml's PR/push trigger paths list only goreleaser..Dockerfile and sandbox/**, so only the sandbox/Dockerfile python change gets build-verified here, and setup-go everywhere pins go.mod's 1.26.6. A Go 1.27-only compile break would merge silently. Scope is limited (these images serve make docker / docker-compose dev builds and ad-hoc Dockerfile.mcp/proxy builds; published sandbox/infra images are unaffected since goreleaser builds binaries on go.mod's 1.26.6), so likely fine — but worth adding Dockerfile to docker.yml triggers for future major bumps.

Reviewed @ 690a24af
"It's not a bug, it's an undocumented feature." — anonymous

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants