Skip to content

Commit 279e5ad

Browse files
authored
chore(deps): update gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine docker digest to cf7a564 (#3962)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | gcr.io/google.com/cloudsdktool/google-cloud-cli | final | digest | `034cc1b` -> `cf7a564` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
1 parent 85ba6a9 commit 279e5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/terraform/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG TERRAFORM_VERSION
66
WORKDIR /build/
77
RUN GOBIN=$(pwd) go install github.com/hashicorp/terraform@v${TERRAFORM_VERSION}
88

9-
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine@sha256:034cc1b73accbea3da474a8cfbb7f1e3a0c0a7f4fdc55f527540f1845017ee0c
9+
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine@sha256:cf7a564b01721aeff7fa6128569ff1fa1cd7b47538fb034228fbdb99b9b07835
1010

1111
COPY --from=GO_BUILD /build/terraform /usr/bin/terraform
1212
COPY entrypoint.bash /builder/entrypoint.bash

0 commit comments

Comments
 (0)