0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-09 18:00:40 +00:00

chore: update to golang 1.13

This commit is contained in:
Jacob McCann 2019-09-06 08:53:49 -05:00
parent d2741da465
commit c5a3171290
No known key found for this signature in database
GPG Key ID: B5A476DE32B9AE72

View File

@ -1,7 +1,7 @@
# Docker image for the Drone Terraform plugin
#
# 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