Update protos image to use correct go version (#1810)

* Update protos image to use correct go version

* Update image tag to match version

* use bullseye

* update proto image

---------

Co-authored-by: Dustin Decker <dustin@trufflesec.com>
This commit is contained in:
atkins 2023-09-22 14:08:56 -06:00 committed by GitHub
parent 6affc903e1
commit 36aa1451bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
PROTOS_IMAGE ?= trufflesecurity/protos:1.18-0 PROTOS_IMAGE ?= trufflesecurity/protos:1.21-0
.PHONY: check .PHONY: check
.PHONY: lint .PHONY: lint
@ -59,7 +59,7 @@ protos-windows:
release-protos-image: release-protos-image:
docker buildx build --push --platform=linux/amd64,linux/arm64 \ docker buildx build --push --platform=linux/amd64,linux/arm64 \
-t trufflesecurity/protos:1.18-0 -f hack/Dockerfile.protos . -t trufflesecurity/protos:1.21-0 -f hack/Dockerfile.protos .
snifftest: snifftest:
./hack/snifftest/snifftest.sh ./hack/snifftest/snifftest.sh

View file

@ -1,6 +1,6 @@
# trufflesecurity/protos:1.18-0 # trufflesecurity/protos:1.18-0
FROM golang:1.18-buster FROM golang:1.21-bullseye
ARG TARGETARCH ARG TARGETARCH
ARG TARGETOS ARG TARGETOS