Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a77c907

Browse files
authored
fix: pin shfmt to 3.7.0 in dogfood to match CI (coder#15103)
Pins our dogfood Dockerfile to match CI version of `shfmt`
1 parent 2564f9c commit a77c907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/contents/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN apt-get update && \
7070
go install github.com/dvyukov/go-fuzz/go-fuzz-build@latest && \
7171
# go-releaser for building 'fat binaries' that work cross-platform
7272
go install github.com/goreleaser/[email protected] && \
73-
go install mvdan.cc/sh/v3/cmd/shfmt@latest && \
73+
go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0 && \
7474
# nfpm is used with `make build` to make release packages
7575
go install github.com/goreleaser/nfpm/v2/cmd/[email protected] && \
7676
# yq v4 is used to process yaml files in coder v2. Conflicts with

0 commit comments

Comments
 (0)