We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfc5e7 commit 13821e1Copy full SHA for 13821e1
.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 5dc7e990bb38ef8bc3d71cae6304e74d3037b9ef
+ git checkout afd7725f32d522a95e964884e0fba6d0d6b4cb6a
79
80
# --- Final Stage ---
81
# This stage creates the lightweight final image, copying only the
0 commit comments