We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fe20b commit cbf83c1Copy full SHA for cbf83c1
.generator/Dockerfile
@@ -72,8 +72,9 @@ RUN mkdir pandoc-binary
72
RUN wget https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz
73
RUN tar -xvf pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz -C pandoc-binary --strip-components=1
74
75
-# Download synthtool
76
-RUN git clone --depth 1 https://github.com/googleapis/synthtool.git synthtool
+# Pin synthtool for a more hermetic build
+RUN git clone https://github.com/googleapis/synthtool.git synthtool
77
+RUN cd synthtool && git checkout 35313ccd8cdd2d12d2447ccdc497a7919aae1e3e
78
79
# --- Final Stage ---
80
# This stage creates the lightweight final image, copying only the
0 commit comments