Skip to content

Commit d96acb0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/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)