Skip to content

Commit 3bae73a

Browse files
geroplona-agent
andauthored
Fix critical CVEs in image-builder-bob: bump buildkit base to v0.20.1-gitpod.7 (#21414)
Upgrades the pinned buildkit base image to pull in: - CVE-2026-31789 (Critical) — OpenSSL libssl3/libcrypto3 in Alpine - CVE-2025-68121 (Critical) — Go crypto/tls session resumption Both criticals were tripping the daily scheduled vulnerability gate in `Build / Build Gitpod / Check for Critical Vulnerabilities` against `components/image-builder-bob:docker`. The new tag rebases on Alpine 3.23 and Go 1.26.2 in upstream BuildKit. Refs CLC-2245. Co-authored-by: Ona <no-reply@ona.com>
1 parent 7b27053 commit 3bae73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/image-builder-bob/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License.AGPL.txt in the project root for license information.
44

5-
FROM ghcr.io/gitpod-io/buildkit:v0.20.1-gitpod.6
5+
FROM ghcr.io/gitpod-io/buildkit:v0.20.1-gitpod.7
66

77
USER root
88
RUN apk --no-cache add sudo bash \

0 commit comments

Comments
 (0)