Skip to content

Commit 7d6ca59

Browse files
changed Go install to be static rather than latest to fix failing build
1 parent 6e818e9 commit 7d6ca59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:20-alpine
22

33
RUN apk add --no-cache go git
44

5-
RUN go install github.com/boyter/scc/v3@latest
5+
RUN go install github.com/boyter/scc/v3@v3.4.0
66

77
WORKDIR /action
88

0 commit comments

Comments
 (0)