Skip to content

Commit

Permalink
revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrav committed Feb 1, 2024
1 parent c2ae31d commit aef67fa
Showing 1 changed file with 2 additions and 2 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.21-1
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.21-1 -f hack/Dockerfile.protos .
-t trufflesecurity/protos:1.21-0 -f hack/Dockerfile.protos .

snifftest:
./hack/snifftest/snifftest.sh
Expand Down

0 comments on commit aef67fa

Please sign in to comment.