Skip to content

fix: point dependabot docker updates at the repo root - #325

Merged
Farjaad merged 1 commit into
mainfrom
fix/dependabot-docker-directory
Sep 1, 2026
Merged

fix: point dependabot docker updates at the repo root#325
Farjaad merged 1 commit into
mainfrom
fix/dependabot-docker-directory

Conversation

@Farjaad

@Farjaad Farjaad commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Problem

.github/dependabot.yml scopes the docker ecosystem to directory: "src/", but the only Dockerfile in this repo is at the root. Dependabot has therefore never opened a PR for the pinned base image digests in Dockerfile.

This surfaced while looking at CVE-2026-63073 (OpenSSL DoS, fixed in openssl 3.5.8-r0): the pinned alpine@sha256:28bd5fe8… still ships libcrypto3/libssl3 3.5.7-r0, and nothing was watching it.

Change

Point the docker ecosystem at / so both the golang:alpine build stage and the alpine:latest final stage get digest bump PRs.

Note

This does not itself remediate CVE-2026-63073 — Docker Hub has not published a rebuilt alpine:latest yet, so a digest bump today is a no-op. That fix is tracked separately.

🤖 Generated with Claude Code

The Dockerfile lives at the repo root, but the docker ecosystem entry was
scoped to src/, so base image digests were never being updated.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@Farjaad Farjaad self-assigned this Sep 1, 2026
@Farjaad
Farjaad requested a review from archf September 1, 2026 12:56
@Farjaad
Farjaad merged commit b05cb6c into main Sep 1, 2026
4 checks passed
@Farjaad
Farjaad deleted the fix/dependabot-docker-directory branch September 1, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants