Skip to content

Commit

Permalink
pin jsonnet-ci build image to specific version
Browse files Browse the repository at this point in the history
This prevents changes in prometheus-operator master from causing
build failures in this project.
  • Loading branch information
pgier committed Apr 29, 2020
1 parent adf7609 commit 68955dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CONTAINER_CMD:=docker run --rm \
-v "$(PWD):/go/src/$(GO_PKG):Z" \
-w "/go/src/$(GO_PKG)" \
-e GO111MODULE=$(GO111MODULE) \
quay.io/coreos/jsonnet-ci
quay.io/coreos/jsonnet-ci:release-0.38

.PHONY: all
all: format generate build test
Expand Down

0 comments on commit 68955dd

Please sign in to comment.