Skip to content

Commit 31e5984

Browse files
geroplona-agent
andcommitted
Bump Go 1.23 -> 1.24 and align Alpine to 3.22
Fixes CVE-2025-68121 (crypto/tls session resumption, Go <1.24.13), CVE-2025-22871 (net/http request smuggling, Go <1.23.8/1.24.2), and CVE-2025-15467 (OpenSSL stack buffer overflow, Alpine 3.22 ships 3.5.5). Co-authored-by: Ona <no-reply@ona.com>
1 parent 93509e1 commit 31e5984

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
type: string
2828

2929
env:
30-
GO_VERSION: "1.23"
30+
GO_VERSION: "1.24"
3131
SETUP_BUILDX_VERSION: "edge"
3232
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"
3333

.github/workflows/buildkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
- 'frontend/dockerfile/docs/**'
2020

2121
env:
22-
GO_VERSION: "1.23"
22+
GO_VERSION: "1.24"
2323
SETUP_BUILDX_VERSION: "edge"
2424
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"
2525
IMAGE_NAME: "ghcr.io/gitpod-io/buildkit"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG AZURITE_VERSION=3.33.0
1818
ARG GOTESTSUM_VERSION=v1.9.0
1919
ARG DELVE_VERSION=v1.23.1
2020

21-
ARG GO_VERSION=1.23
21+
ARG GO_VERSION=1.24
2222
ARG ALPINE_VERSION=3.22
2323
ARG XX_VERSION=1.6.1
2424
ARG BUILDKIT_DEBUG

frontend/dockerfile/cmd/dockerfile-frontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile-upstream:master
22

3-
ARG GO_VERSION=1.23
4-
ARG ALPINE_VERSION=3.21
3+
ARG GO_VERSION=1.24
4+
ARG ALPINE_VERSION=3.22
55
ARG XX_VERSION=1.6.1
66

77
# xx is a helper for cross-compilation

0 commit comments

Comments
 (0)