We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075c778 commit 757051dCopy full SHA for 757051d
.generator/Dockerfile
@@ -75,7 +75,7 @@ RUN tar -xvf pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz -C pandoc-binary --stri
75
# This needs to be a single command so that the git clone command is not cached
76
RUN git clone https://github.com/googleapis/synthtool.git synthtool && \
77
cd synthtool && \
78
- git checkout 6702a344265de050bceaff45d62358bb0023ba7d
+ git checkout 5dc7e990bb38ef8bc3d71cae6304e74d3037b9ef
79
80
# --- Final Stage ---
81
# This stage creates the lightweight final image, copying only the
0 commit comments