Skip to content

Commit 13821e1

Browse files
authored
chore: use synthtool with no-install nox format (googleapis#15562)
use synthtool with no-install nox format
1 parent 3dfc5e7 commit 13821e1

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 5dc7e990bb38ef8bc3d71cae6304e74d3037b9ef
78+
git checkout afd7725f32d522a95e964884e0fba6d0d6b4cb6a
7979

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

0 commit comments

Comments
 (0)