Skip to content

Commit 0062a53

Browse files
revert(docker): downgrade gateway golang from 1.25 to 1.24-alpine3.22
Reverts commit c61e1d3 due to compatibility issues with Go 1.25.
1 parent dc2e3c2 commit 0062a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/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
ARG GOPROXY
55

0 commit comments

Comments
 (0)