Skip to content

Commit f5e4c0f

Browse files
committed
Update Terraform to 0.14.5
1 parent 6f0e8d3 commit f5e4c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax = docker/dockerfile:1-experimental
22

3-
ARG hsdp_provider_version=0.9.0
3+
ARG hsdp_provider_version=0.9.2
44
FROM --platform=${BUILDPLATFORM} golang:1.15.6-alpine AS build
55
ARG TARGETOS
66
ARG TARGETARCH
@@ -12,7 +12,7 @@ COPY . .
1212
RUN --mount=type=cache,target=/root/.cache/go-build \
1313
GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /out/terraform-provider-hsdp -ldflags "-X main.GitCommit=${GIT_COMMIT}" .
1414

15-
FROM hashicorp/terraform:0.14.4
15+
FROM hashicorp/terraform:0.14.5
1616
RUN apk add --no-cache tzdata
1717
ARG TARGETOS
1818
ARG TARGETARCH

0 commit comments

Comments
 (0)