UID2-7109: upgrade gnutls in Azure CC and GCP OIDC Dockerfiles#2548
Merged
Conversation
Adds `apk add --no-cache --upgrade gnutls` to scripts/azure-cc/Dockerfile and scripts/gcp-oidc/Dockerfile, consistent with the existing pattern in the main Dockerfile. Fixes CVE-2026-33845, CVE-2026-42010 (CRITICAL) and CVE-2026-33846, CVE-2026-3833, CVE-2026-42011 (HIGH) in gnutls 3.8.12-r0 by upgrading to 3.8.13-r0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…13-r0) Bumps the pinned base image digest from ad0cdd97 (2026-04-15) to 704db3c4 (2026-05-08), which ships gnutls 3.8.13-r0 — fixing CVE-2026-33845, CVE-2026-42010 (CRITICAL) and CVE-2026-33846, CVE-2026-3833, CVE-2026-42011 (HIGH) directly in the base image. Also removes the manual `--upgrade gnutls` apk line added in the previous commit (no longer needed) and simplifies Dockerfile's apk step to just `apk add --no-cache gcompat`. Follows the workflow from UID2-6951: bump digest instead of layering manual apk upgrades. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
swibi-ttd
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the pinned
eclipse-temurinbase image digest fromad0cdd97(2026-04-15) to704db3c4(2026-05-08), which ships gnutls 3.8.13-r0 — fixing all 5 gnutls CVEs directly in the base image.Also removes the manual
apk add --no-cache --upgrade gnutlsline fromDockerfile(no longer needed), and simplifies the apk step to justapk add --no-cache gcompat.Verified via Alpine 3.23 security DB (
secdb.alpinelinux.org): gnutls 3.8.13-r0 fixes all CVEs listed above. New image published 2026-05-08, after the 2026-04-29 fix release.Follows the workflow from UID2-6951: bump digest instead of layering manual
apk upgradelines.Companion PRs for repos sharing the same base image:
Jira: https://thetradedesk.atlassian.net/browse/UID2-7109
Test plan
🤖 Generated with Claude Code