Skip to content

Commit

Permalink
update consul-template
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin07 committed Jun 3, 2024
1 parent 65fddf5 commit 5c2cffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/dockerfiles/consul-template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EXECUTABLES = docker
K := $(foreach exec,$(EXECUTABLES),\
$(if $(shell command -v $(exec) 2> /dev/null),some string,$(error "No $(exec) in PATH")))

VERSION=0.37.6
VERSION=0.38.0

.PHONY: all login build scan tag push clean
default: build tag push
Expand Down

0 comments on commit 5c2cffd

Please sign in to comment.