Skip to content

Commit

Permalink
Update driftctl
Browse files Browse the repository at this point in the history
Signed-off-by: Jauder Ho <[email protected]>
  • Loading branch information
jauderho committed Dec 17, 2024
1 parent cbe760b commit 5b2daa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driftctl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN test -n "${BUILD_VERSION}" \
&& git clone --depth 1 ${GIT_URL} /go/src/github.com/snyk/driftctl \
&& cd /go/src/github.com/snyk/driftctl \
#&& go get -u github.com/hashicorp/go-getter github.com/dgrijalva/jwt-go golang.org/x/net golang.org/x/crypto \
&& go get -u golang.org/x/crypto \
&& go get -u github.com/dgrijalva/jwt-go golang.org/x/crypto \
#&& go mod tidy \
&& go build -v -trimpath -ldflags="-s -w -X github.com/snyk/driftctl/pkg/version.version=${BUILD_VERSION}" .

Expand Down

0 comments on commit 5b2daa9

Please sign in to comment.