Browse Source

Update golang to 1.10

pull/69/head
Piotr Komborski 7 years ago
parent
commit
24a265dfa9
No known key found for this signature in database GPG Key ID: 66A31A11D9693D9D
  1. 2
      Dockerfile

2
Dockerfile

@ -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 \

Loading…
Cancel
Save