8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6e55e commit be45ff6Copy full SHA for be45ff6
Makefile
@@ -6,7 +6,7 @@ VERSION ?= $(shell git describe --tags $(git rev-list --tags --max-count=1))
6
APP_NAME?=getenv
7
SHELL := env APP_NAME=$(APP_NAME) $(SHELL)
8
9
-GOTOOLS_IMAGE_TAG?=v0.5.0
+GOTOOLS_IMAGE_TAG?=v0.6.1
10
SHELL := env GOTOOLS_IMAGE_TAG=$(GOTOOLS_IMAGE_TAG) $(SHELL)
11
12
COMPOSE_TOOLS_FILE=deployments/docker-compose/go-tools-docker-compose.yml
0 commit comments