mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-22 00:30: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 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…
Reference in New Issue
Block a user