Skip to content

Commit

Permalink
latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Jul 11, 2023
1 parent bc8653c commit 5a7d7b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-windows
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mcr.microsoft.com/windows/servercore:ltsc2019
ARG VERSION=1.16.0
ARG VERSION=latest

ENV chocolateyVersion=1.4.0

Expand Down
2 changes: 1 addition & 1 deletion build-support-windows/Dockerfile-consul-dev-windows
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=1.16.0
ARG VERSION=latest

FROM windows/consul:${VERSION}-local
COPY dist/ C:\\consul
2 changes: 1 addition & 1 deletion build-support-windows/build-consul-local-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
readonly HASHICORP_DOCKER_PROXY="docker.mirror.hashicorp.services"

# Build Consul Version 1.13.3 / 1.12.6 / 1.11.11
VERSION=${VERSION:-"1.16.0"}
VERSION=${VERSION:-"latest"}
export VERSION

# Build Windows Envoy Version 1.23.1 / 1.21.5 / 1.20.7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# From Consul Version 1.13.3 / 1.12.6 / 1.11.11
ARG VERSION=1.16.0-dev
ARG VERSION=latest-dev
# From Envoy version 1.23.1 / 1.21.5 / 1.20.7
ARG ENVOY_VERSION

Expand Down

0 comments on commit 5a7d7b8

Please sign in to comment.