Skip to content

Commit

Permalink
chore(deps): bump ruby from db6b1e1 to e3f503d
Browse files Browse the repository at this point in the history
Bumps ruby from `db6b1e1` to `e3f503d`.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 3804d4d commit cbaf035
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 @@ -2,7 +2,7 @@
FROM hashicorp/terraform:1.6@sha256:e46b41c74b6f036c255e2082bcd6284054b108508bae16813bc1257a0e70e2dd as terraform-source

# Your original Dockerfile starts here with some modifications
FROM ruby:3.2-bookworm@sha256:db6b1e15eabeae7672ba3844471a0f1cb4eb6f6f5438fe5b8e8696a2a4376708
FROM ruby:3.2-bookworm@sha256:e3f503db7f451e6fd48221ecafbf1046ad195cddec98825538b35a82538b8387

# Copy Terraform binary from terraform-source
COPY --from=terraform-source /bin/terraform /usr/local/bin/
Expand Down

0 comments on commit cbaf035

Please sign in to comment.