Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV bazel_kr_path=/usr/share/keyrings/bazel-keyring.gpg \
DEBIAN_FRONTEND=noninteractive
RUN apt-get install -y -qq curl >/dev/null 2>&1 && \
apt-get clean
RUN /usr/bin/curl -s https://bazel.build/bazel-release.pub.gpg | \
RUN /usr/bin/curl -s https://releases.bazel.build/bazel-release.pub.gpg | \
gpg --import --no-default-keyring --keyring "${bazel_kr_path}" && \
echo "deb [arch=amd64 signed-by=${bazel_kr_path}] ${bazel_repo_data}" | \
dd of="${bazel_repo_file}" status=none && \
Expand Down
Loading