Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN tar -xvf pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz -C pandoc-binary --stri
# This needs to be a single command so that the git clone command is not cached
RUN git clone https://github.com/googleapis/synthtool.git synthtool && \
cd synthtool && \
git checkout afd7725f32d522a95e964884e0fba6d0d6b4cb6a
git checkout 96f416c959fbe8048200b6c16000de32b352902e
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To improve maintainability, consider adding a comment to explain why this specific commit is being checked out. This provides valuable context for future updates.

    git checkout 96f416c959fbe8048200b6c16000de32b352902e # Update supported Python versions in README template


# --- Final Stage ---
# This stage creates the lightweight final image, copying only the
Expand Down
Loading