mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-22 00:30:40 +00:00
Version bump golang and alpine
This commit is contained in:
parent
3a672c7471
commit
2abd8229ab
@ -1,14 +1,14 @@
|
|||||||
# 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.8-alpine AS builder
|
FROM golang:1.9-alpine AS builder
|
||||||
COPY ./*.go ./src/
|
COPY ./*.go ./src/
|
||||||
COPY ./vendor/ ./src/
|
COPY ./vendor/ ./src/
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& cd ./src \
|
&& cd ./src \
|
||||||
&& CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -o /go/bin/drone-terraform
|
&& CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -o /go/bin/drone-terraform
|
||||||
|
|
||||||
FROM alpine:3.4
|
FROM alpine:3.7
|
||||||
|
|
||||||
RUN apk -U add \
|
RUN apk -U add \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
Loading…
Reference in New Issue
Block a user