Skip to content

Commit 5a7d7b8

Browse files
committed
latest version
1 parent bc8653c commit 5a7d7b8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile-windows

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM mcr.microsoft.com/windows/servercore:ltsc2019
2-
ARG VERSION=1.16.0
2+
ARG VERSION=latest
33

44
ENV chocolateyVersion=1.4.0
55

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION=1.16.0
1+
ARG VERSION=latest
22

33
FROM windows/consul:${VERSION}-local
44
COPY dist/ C:\\consul

build-support-windows/build-consul-local-images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
readonly HASHICORP_DOCKER_PROXY="docker.mirror.hashicorp.services"
44

55
# Build Consul Version 1.13.3 / 1.12.6 / 1.11.11
6-
VERSION=${VERSION:-"1.16.0"}
6+
VERSION=${VERSION:-"latest"}
77
export VERSION
88

99
# Build Windows Envoy Version 1.23.1 / 1.21.5 / 1.20.7

test/integration/connect/envoy/Dockerfile-consul-envoy-windows

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# From Consul Version 1.13.3 / 1.12.6 / 1.11.11
2-
ARG VERSION=1.16.0-dev
2+
ARG VERSION=latest-dev
33
# From Envoy version 1.23.1 / 1.21.5 / 1.20.7
44
ARG ENVOY_VERSION
55

0 commit comments

Comments
 (0)