Skip to content

Commit 9149d0d

Browse files
committed
Update Consul 0.7.5
1 parent 307f61b commit 9149d0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

consul/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22
FROM microsoft/nanoserver
3-
ENV CONSUL_VERSION 0.7.4
3+
ENV CONSUL_VERSION 0.7.5
44

55
RUN powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; `
66
Invoke-WebRequest $('https://releases.hashicorp.com/consul/{0}/consul_{0}_windows_amd64.zip' -f $env:CONSUL_VERSION) -OutFile 'consul.zip' -UseBasicParsing ; `

0 commit comments

Comments
 (0)