Skip to content

Commit

Permalink
chore(deps): update hashicorp/terraform docker tag to v1.9 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 8e0be87 commit 18bdc46
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 @@ -16,7 +16,7 @@ RUN go build \
/go/src/cmd/terraform-server/*.go


FROM hashicorp/terraform:1.7 as runner
FROM hashicorp/terraform:1.9 as runner

COPY --from=builder /go/bin/server /app/server
COPY config.yaml /app/
Expand Down

0 comments on commit 18bdc46

Please sign in to comment.