Skip to content

Commit

Permalink
Bumped terraform and golang versions
Browse files Browse the repository at this point in the history
Updated terraform to 0.12.29
and Golang to 1.15
  • Loading branch information
Helio Baptista Martins committed Aug 14, 2020
1 parent 0a3e3a0 commit e3e0101
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fetch the dependencies
FROM golang:1.12-alpine AS builder
FROM golang:1.15-alpine AS builder

RUN apk add --update ca-certificates git gcc g++ libc-dev
WORKDIR /src/
Expand All @@ -18,6 +18,6 @@ RUN CGO_ENABLED=0 GOOS=linux go build


# Build the final image
FROM hashicorp/terraform:0.11.14
FROM hashicorp/terraform:0.12.29

COPY --from=builder /src/terraform-provider-artifactory /root/.terraform.d/plugins/
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module github.com/atlassian/terraform-provider-artifactory

require (
github.com/atlassian/go-artifactory/v2 v2.5.0
github.com/hashicorp/terraform v0.12.0
github.com/stretchr/testify v1.3.0
github.com/hashicorp/terraform v0.12.29
github.com/stretchr/testify v1.5.1
)

go 1.13
go 1.15
Loading

0 comments on commit e3e0101

Please sign in to comment.