Skip to content

Commit

Permalink
chore: Update the tag 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 4a50456 commit 4d51fcb
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 @@ -3,7 +3,7 @@ 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.2
# https://github.com/golang/tools/releases/latest
RUN go install golang.org/x/tools/cmd/goimports@e335b746546e6d85012916dbf85e830011b58951
RUN rm -rf /go/src /go/pkg
Expand Down

0 comments on commit 4d51fcb

Please sign in to comment.