Skip to content

Commit

Permalink
fix(deps): update hashicorp/terraform docker tag to v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent c75731f commit c76465e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ COPY . /app
RUN go mod download
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main .

FROM hashicorp/terraform:1.5 AS runtime
FROM hashicorp/terraform:1.7 AS runtime
COPY --from=builder /app/main /bin/terraform-cascade
ENTRYPOINT ["/bin/terraform-cascade"]

0 comments on commit c76465e

Please sign in to comment.