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:
parent
d2741da465
commit
c5a3171290
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user