Skip to content

Commit

Permalink
Update the version of goimports used in Dockerfile.dapper (#202)
Browse files Browse the repository at this point in the history
* chore: Updated to content "" in file "Dockerfile.dapper"

Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] authored Aug 29, 2023
1 parent 5209dcc commit c5f2d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM golang:1.21-alpine3.17 AS dapper
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.13.0
# go imports version gopls/v0.13.2
# https://github.com/golang/tools/releases/latest
RUN go install golang.org/x/tools/cmd/goimports@0d76b522a598a5fec760eee7c20049e6d1720ef9
RUN go install golang.org/x/tools/cmd/goimports@2f9d82ff532e4e725d7cf0f44aa0d5bacd283e18
RUN rm -rf /go/src /go/pkg

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

0 comments on commit c5f2d89

Please sign in to comment.