Skip to content

Commit

Permalink
Merge pull request #24 from ictsc/snyk-fix-e884a8b056e269a9b22043e87d…
Browse files Browse the repository at this point in the history
…f57d79
  • Loading branch information
onokatio authored Feb 13, 2024
2 parents 4206a7f + ab5b9b6 commit 6f9a794
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.6.0 as runner
FROM hashicorp/terraform:1.7 as runner

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

0 comments on commit 6f9a794

Please sign in to comment.