update to go 1.10 & alpine 3.7

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2018-04-17 12:02:42 -07:00
parent 18d6b233da
commit 2889db72ac
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.9-alpine3.6
FROM golang:1.10-alpine3.7
RUN apk add --update --no-cache git bash && \
mkdir -p /go/src/k8s.io && \