Skip to content

Commit dc2e3c2

Browse files
revert(docker): downgrade ssh golang from 1.25 to 1.24-alpine3.22
Reverts commit 17fffc7 due to compatibility issues with Go 1.25.
1 parent e0cf406 commit dc2e3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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