Skip to content

Commit

Permalink
fix(combine-to-osv): trial upgrading Cloud SDK to 491.0.0 (#2569)
Browse files Browse the repository at this point in the history
We're able to reproduce the GCS performance degradation with 486.0.0,
let's see if that's still the case with the latest available version...
  • Loading branch information
andrewpollock authored Sep 5, 2024
1 parent 67c4de7 commit 7b948b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulnfeeds/cmd/combine-to-osv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN go build -o combine-to-osv ./cmd/combine-to-osv/
RUN go build -o download-cves ./cmd/download-cves/


FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:486.0.0-alpine@sha256:6a6439de6eaaf7d922ec65f42b9ceda775aec7964b923680ca46bd9776180bad
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:491.0.0-alpine@sha256:6281dc09e2b3abbd6d8f93296c14f90028b40d7046c1b6ea638ed1f50415ef92
RUN apk --no-cache add jq

WORKDIR /root/
Expand Down

0 comments on commit 7b948b1

Please sign in to comment.