Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

update toolkit #221

Merged
merged 1 commit into from
Jun 16, 2017
Merged
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN git clone https://github.com/googleapis/googleapis \
&& rm -rf /googleapis/.git/
RUN git clone https://github.com/googleapis/toolkit \
&& cd toolkit/ \
&& git checkout 9316dc51b83a648f7c85ac1c15d57c945f33f2cd \
&& git checkout 490ed7f433d12649fd508b2d4c84fb65c3357955 \
&& cd .. \
&& rm -rf /toolkit/.git/
ENV TOOLKIT_HOME /toolkit
Expand Down