Skip to content

Commit

Permalink
Update protos image to use correct go version (trufflesecurity#1810)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
2 people authored and ankushgoel27 committed Sep 25, 2023
1 parent 2215f31 commit 63ccd9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROTOS_IMAGE ?= trufflesecurity/protos:1.18-0
PROTOS_IMAGE ?= trufflesecurity/protos:1.21-0

.PHONY: check
.PHONY: lint
Expand Down Expand Up @@ -59,7 +59,7 @@ protos-windows:

release-protos-image:
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:
./hack/snifftest/snifftest.sh
Expand Down
2 changes: 1 addition & 1 deletion hack/Dockerfile.protos
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trufflesecurity/protos:1.18-0

FROM golang:1.18-buster
FROM golang:1.21-bullseye

ARG TARGETARCH
ARG TARGETOS
Expand Down

0 comments on commit 63ccd9a

Please sign in to comment.