Skip to content

Commit

Permalink
build(deps): bump hashicorp/terraform in /.devcontainer
Browse files Browse the repository at this point in the history
Bumps hashicorp/terraform from 1.9.8 to 1.10.0.

---
updated-dependencies:
- dependency-name: hashicorp/terraform
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 0b2d0c2 commit 8269931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:1.9.8 as terraform
FROM hashicorp/terraform:1.10.0 as terraform

Check warning on line 1 in .devcontainer/Dockerfile

View workflow job for this annotation

GitHub Actions / build-container-images (devcontainer, ., .devcontainer/Dockerfile)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 1 in .devcontainer/Dockerfile

View workflow job for this annotation

GitHub Actions / build-container-images (devcontainer, ., .devcontainer/Dockerfile)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

FROM mcr.microsoft.com/vscode/devcontainers/java:21-bullseye

Expand Down

0 comments on commit 8269931

Please sign in to comment.