mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-21 14:20:40 +00:00
Update golang to 1.10
This commit is contained in:
parent
f71e203109
commit
24a265dfa9
@ -1,7 +1,7 @@
|
|||||||
# Docker image for the Drone Terraform plugin
|
# Docker image for the Drone Terraform plugin
|
||||||
#
|
#
|
||||||
# docker build -t jmccann/drone-terraform:latest .
|
# 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 ./*.go ./src/
|
||||||
COPY ./vendor/ ./src/
|
COPY ./vendor/ ./src/
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
|
Loading…
Reference in New Issue
Block a user