Skip to content

Commit 9ba5993

Browse files
authored
chore(deps): update gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine docker digest to 3846003 (#2652)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | gcr.io/google.com/cloudsdktool/google-cloud-cli | final | digest | `fbfc85a` -> `3846003` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent ccfdf6c commit 9ba5993

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:fbfc85ac347b5972e0ec7e1729e3303d4a63a71f2ed4a8ee73c9dffe69856bbb
9+
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine@sha256:3846003c1e3780ce617881391f3de3e926f698fa0b681f72c0749d95cde0f343
1010

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

0 commit comments

Comments
 (0)