From 8f84f2825ce3ccf3129e4f88dff6606f41c06b08 Mon Sep 17 00:00:00 2001 From: Deric Crago Date: Fri, 25 May 2018 10:42:46 -0400 Subject: [PATCH] bumped govmomi to v0.18.0 and base container to golang:1.10.2-alpine3.7 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3a483b8..c598e9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM golang:1.10.1-alpine3.7 +FROM golang:1.10.2-alpine3.7 -ARG GOVMOMI_CHECKOUT=dee49fa3694c5aff05e4b340b0686772f65c1fe1 +ARG GOVMOMI_CHECKOUT="tags/v0.18.0" ADD requirements.txt /root/requirements.txt