0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-09 18:00:40 +00:00

Update golang to 1.10

This commit is contained in:
Piotr Komborski 2018-06-22 21:11:30 +01:00
parent f71e203109
commit 24a265dfa9
No known key found for this signature in database
GPG Key ID: 66A31A11D9693D9D

View File

@ -1,7 +1,7 @@
# Docker image for the Drone Terraform plugin
#
# docker build -t jmccann/drone-terraform:latest .
FROM golang:1.9-alpine AS builder
FROM golang:1.10-alpine AS builder
COPY ./*.go ./src/
COPY ./vendor/ ./src/
RUN set -ex \