Skip to content

Commit

Permalink
chore: Update the hash in Dockerfile.dapper
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Mar 12, 2024
1 parent 4d51fcb commit f36e47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG ARCH=amd64
RUN apk -U add bash coreutils git gcc musl-dev docker-cli vim less file curl wget ca-certificates
# go imports version gopls/v0.15.2
# https://github.com/golang/tools/releases/latest
RUN go install golang.org/x/tools/cmd/goimports@e335b746546e6d85012916dbf85e830011b58951
RUN go install golang.org/x/tools/cmd/goimports@270fd83ec7a71b0911948e62a2397ff43ad83790
RUN rm -rf /go/src /go/pkg

RUN if [ "${ARCH}" == "amd64" ]; then \
Expand Down

0 comments on commit f36e47f

Please sign in to comment.