Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
chore(rootfs/Dockerfile): update Packer to v1.8.3 (#334)
Browse files Browse the repository at this point in the history
* chore(rootfs/Dockerfile): update Packer to v1.8.3

* Use go install for delve
  • Loading branch information
mboersma authored Aug 18, 2022
1 parent 5ef9211 commit 99f0056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV ANSIBLE_VERSION=5.9.0 \
GOSS_VERSION=v0.3.16 \
HELM_VERSION=3.6.2 \
KUBECTL_VERSION=v1.21.3 \
PACKER_VERSION=1.8.1 \
PACKER_VERSION=1.8.3 \
PROTOBUF_VERSION=3.7.0 \
PYJWT_VERSION=2.1.0 \
PYWINRM_VERSION=0.4.3 \
Expand Down Expand Up @@ -89,13 +89,13 @@ RUN \
&& go get -u -v \
github.com/AlekSi/gocov-xml \
github.com/axw/gocov/gocov \
github.com/go-delve/delve/cmd/dlv \
github.com/dgrijalva/jwt-go/cmd/jwt \
github.com/golang/protobuf/protoc-gen-go \
github.com/haya14busa/goverage \
github.com/jteeuwen/go-bindata/... \
github.com/mitchellh/gox \
github.com/onsi/ginkgo/ginkgo \
&& go install -v github.com/go-delve/delve/cmd/dlv@v1.9.0 \
&& curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ${GOPATH}/bin ${GOLANGCI_LINT_VERSION} \
&& curl -sSL https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz \
| tar -vxJ -C /usr/local/bin --strip=1 \
Expand Down

0 comments on commit 99f0056

Please sign in to comment.