From dc68d413d9462a6f79c4cf3e87e5c3af29757b23 Mon Sep 17 00:00:00 2001 From: Oleg Balunenko Date: Wed, 12 Apr 2023 14:52:43 +0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b821ca1..ff8f6de4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ VERSION ?= $(shell git describe --tags $(git rev-list --tags --max-count=1)) APP_NAME?=aoc-cli SHELL := env APP_NAME=$(APP_NAME) $(SHELL) -GOTOOLS_IMAGE_TAG?=v0.6.1 +GOTOOLS_IMAGE_TAG?=v0.6.3 SHELL := env GOTOOLS_IMAGE_TAG=$(GOTOOLS_IMAGE_TAG) $(SHELL) COMPOSE_TOOLS_FILE=deployments/docker-compose/go-tools-docker-compose.yml