Skip to content

Commit

Permalink
chore(deps): update hashicorp/terraform docker tag to v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 2311cb6 commit 76b16ba
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.9 as runner
FROM hashicorp/terraform:1.10 as runner

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

0 comments on commit 76b16ba

Please sign in to comment.