Skip to content
This repository was archived by the owner on Jun 27, 2021. It is now read-only.

Commit f97ce8c

Browse files
committed
v0.1.15
1 parent 8e1ed05 commit f97ce8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GOVERSION := 1.11
1919
PROJECT := github.com/DeviaVir/terraform-provider-gsuite
2020
OWNER := $(notdir $(patsubst %/,%,$(dir $(PROJECT))))
2121
NAME := $(notdir $(PROJECT))
22-
VERSION := 0.1.14
22+
VERSION := 0.1.15
2323
EXTERNAL_TOOLS = \
2424
github.com/golang/dep/cmd/dep
2525

@@ -61,6 +61,7 @@ define make-xc-target
6161
--dns 1.0.0.1 \
6262
--dns 8.8.8.8 \
6363
--dns 8.4.4.8 \
64+
--user 1000 \
6465
--rm \
6566
--volume="${CURRENT_DIR}:/go/src/${PROJECT}" \
6667
--workdir="/go/src/${PROJECT}" \

0 commit comments

Comments
 (0)