Skip to content

Commit

Permalink
Merge pull request #213 from buildtool/go-1-18-fix
Browse files Browse the repository at this point in the history
fix: use go install instead of go get
  • Loading branch information
peter-svensson authored Apr 21, 2022
2 parents b4e62d8 + a211f9c commit b6cd3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.18.0 as go-build

RUN go get sigs.k8s.io/aws-iam-authenticator/cmd/aws-iam-authenticator
RUN go install sigs.k8s.io/aws-iam-authenticator/cmd/aws-iam-authenticator@latest

FROM debian:bullseye-20220328-slim

Expand Down

0 comments on commit b6cd3fd

Please sign in to comment.