Skip to content

Commit 757051d

Browse files
authored
chore: bump synthtool to skip venv for nox format (googleapis#15550)
bump synthtool to skip venv for nox format
1 parent 075c778 commit 757051d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ RUN tar -xvf pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz -C pandoc-binary --stri
7575
# This needs to be a single command so that the git clone command is not cached
7676
RUN git clone https://github.com/googleapis/synthtool.git synthtool && \
7777
cd synthtool && \
78-
git checkout 6702a344265de050bceaff45d62358bb0023ba7d
78+
git checkout 5dc7e990bb38ef8bc3d71cae6304e74d3037b9ef
7979

8080
# --- Final Stage ---
8181
# This stage creates the lightweight final image, copying only the

0 commit comments

Comments
 (0)