mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-21 14:20:40 +00:00
feat: tf 0.15.1
This commit is contained in:
parent
b2761c0faa
commit
a479008091
@ -1,3 +1,8 @@
|
||||
## 8.0-0.15.1 (2021-04-27)
|
||||
* Update embedded TF to `0.15.1`
|
||||
* Please refer to [Terraform v15 Migration Guide](https://www.terraform.io/upgrade-guides/0-15.html)
|
||||
* Update other deps
|
||||
|
||||
## 7.0-0.14.11 (2021-04-27)
|
||||
* Update embedded TF to `0.14.11`
|
||||
* Please refer to [Terraform v14 Migration Guide](https://www.terraform.io/upgrade-guides/0-14.html)
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Docker image for the Drone Terraform plugin
|
||||
#
|
||||
# docker build -t jmccann/drone-terraform:latest .
|
||||
FROM golang:1.13-alpine AS builder
|
||||
FROM golang:1.16-alpine AS builder
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
||||
@ -15,7 +15,7 @@ COPY . .
|
||||
|
||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -o /go/bin/drone-terraform
|
||||
|
||||
FROM alpine:3.11
|
||||
FROM alpine:3.13
|
||||
|
||||
RUN apk add --no-cache \
|
||||
ca-certificates \
|
||||
|
@ -12,7 +12,7 @@ fi
|
||||
major=$(echo $tag | awk -F. '{print $1}')
|
||||
minor=$(echo $tag | awk -F. '{print $2}')
|
||||
|
||||
tf_ver="0.14.11"
|
||||
tf_ver="0.15.1"
|
||||
|
||||
echo "Confirm building images for:"
|
||||
echo " MAJOR: ${major}"
|
||||
|
Loading…
Reference in New Issue
Block a user