Skip to content

Commit

Permalink
Update the version of goimports used in Dockerfile.dapper (#285)
Browse files Browse the repository at this point in the history
* chore: Update the tag in Dockerfile.dapper
* chore: Update the hash in Dockerfile.dapper

Made with ❤️️ by updatecli

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 8, 2024
1 parent e19ce92 commit c7b76e3
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.15.1
# go imports version gopls/v0.15.3
# 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@cd70d50baa6daa949efa12e295e10829f3a7bd46
RUN rm -rf /go/src /go/pkg

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

0 comments on commit c7b76e3

Please sign in to comment.