Piotr Komborski
7 years ago
No known key found for this signature in database
GPG Key ID: 66A31A11D9693D9D
1 changed files with
1 additions and
1 deletions
-
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 \ |
|
|
|