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 4ac16e1 commit 2019a51Copy full SHA for 2019a51
Makefile
@@ -4,7 +4,7 @@ VERSION ?= $(shell git describe --tags $(git rev-list --tags --max-count=1))
4
APP_NAME?=aoc-cli
5
SHELL := env APP_NAME=$(APP_NAME) $(SHELL)
6
7
-GOTOOLS_IMAGE_TAG?=v0.8.0
+GOTOOLS_IMAGE_TAG?=v0.10.0
8
SHELL := env GOTOOLS_IMAGE_TAG=$(GOTOOLS_IMAGE_TAG) $(SHELL)
9
10
COMPOSE_TOOLS_FILE=deployments/docker-compose/go-tools-docker-compose.yml
0 commit comments