Skip to content

Commit

Permalink
Fix checkout for driver build. (#384)
Browse files Browse the repository at this point in the history
This is a workaround for an error when checking out gRPC v1.58.1 for the
driver build.
  • Loading branch information
paulosjca authored Sep 15, 2023
1 parent c2e25d1 commit feaf60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/runtime/driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WORKDIR /src/code

RUN git clone https://github.com/$REPOSITORY.git .
RUN git submodule update --init
RUN git checkout $GITREF
RUN git checkout -f $GITREF

# See https://github.com/grpc/grpc/blob/master/tools/dockerfile/README.md
FROM us-docker.pkg.dev/grpc-testing/testing-images-public/bazel:0f909e43012a80faa92e07b7871268841ce56ebc@sha256:1118150d9d9479787165fff49f660a3dc633f1c57604305460172fc1916aa022
Expand Down

0 comments on commit feaf60e

Please sign in to comment.