review updates

This commit is contained in:
Patrick Christopher
2019-02-22 10:00:10 -08:00
parent 947afbddb8
commit 1bd45ba6eb
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.11.4 AS builder
FROM golang:1.11.5 AS builder
COPY elasticsearch_logging_discovery.go go.mod go.sum /
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -ldflags "-w" -o /elasticsearch_logging_discovery /elasticsearch_logging_discovery.go