mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
0018b7e5a8
* fixes for integration tests * fix runner size for enterprise * fix spacing * fix spacing * removed branch test run
9 lines
249 B
Bash
9 lines
249 B
Bash
#!/usr/bin/env bash
|
|
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
|
|
cd ../../
|
|
VERSION=1.16.0
|
|
docker build -t windows/consul:${VERSION}-dev -f build-support/windows/Dockerfile-consul-dev-windows . --build-arg VERSION=${VERSION}
|