Bump Go to 1.25.11 in base images for v1.29.7 security release#329
Merged
Conversation
This was referenced Jun 11, 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.
What was changed
Bumps the bundled
golang:X-alpineYFROM tag fromgolang:1.25.9-alpine3.23togolang:1.25.11-alpine3.23in 3 base Dockerfiles:docker/base-images/base-builder.Dockerfiledocker/base-images/base-ci-builder.Dockerfiledocker/base-images/base-server.Dockerfiledocker/base-images/base-admin-tools.Dockerfileis unchanged — it has nogolang:FROM line (admin-tools doesn't compile Go at build time).Alpine pin stays at
3.23.4(already on the latest 3.23.x patch). The Alpine OS package fixes flow in automatically via the existingapk upgrade --no-cachestep that all base images run.Phase 1 of 2 for v1.29.7. Phase 2 PR will bump
BASE_SERVER_IMAGE/BASE_ADMIN_TOOLS_IMAGEARG defaults inserver.Dockerfile+admin-tools.Dockerfileto reference the newly-publishedbase image tags once
release-all-base-image.ymlreleases them.Why?
Required to clear HIGH/CRITICAL CVE findings on
temporaliotest/server:sha-5e6b469andtemporaliotest/admin-tools:sha-5e6b469for the v1.29.7 OSS security patch:Go stdlib (fixed by 1.25.9 → 1.25.11):
Alpine OS packages (flow in via
apk upgrade --no-cacheon rebuild — 3.23.4 already has the fixes):curl/libcurl8.17.0-r1 → 8.19.0-r0 (CVE-2026-1965, -3805, -3783, -3784, -14524, -14017, -14819)libpq/postgresql18-client18.3-r0 → 18.4-r0 (CVE-2026-6473, -6475, -6477, -6479, -6637, -6638, -6476, -6478, -6472, -6474, -6575)mariadb-client/mariadb-common/mysql-client11.4.10-r0 → 11.4.12-r0 (CVE-2026-44168, -44169, -44170, -44171, -44172, -44173, -48163, -48165)