Skip to content

Commit e0cf406

Browse files
revert(docker): downgrade cli golang from 1.25 to 1.24-alpine3.22
Reverts commit 8b91767 due to compatibility issues with Go 1.25.
1 parent d96acb0 commit e0cf406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base stage
2-
FROM golang:1.25-alpine3.22 AS base
2+
FROM golang:1.24-alpine3.22 AS base
33

44
RUN apk add --no-cache git ca-certificates
55

cli/Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base stage
2-
FROM golang:1.25-alpine3.22 AS base
2+
FROM golang:1.24-alpine3.22 AS base
33

44
RUN apk add --no-cache git ca-certificates
55

0 commit comments

Comments
 (0)