Browse Source

chore: update to golang 1.13

pull/102/head
Jacob McCann 5 years ago
parent
commit
c5a3171290
No known key found for this signature in database GPG Key ID: B5A476DE32B9AE72
  1. 2
      Dockerfile

2
Dockerfile

@ -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.11-alpine AS builder FROM golang:1.13-alpine AS builder
RUN apk add --no-cache git RUN apk add --no-cache git

Loading…
Cancel
Save