Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit f19970b

Browse files
authored
Update to 0.18.7
1 parent afa349e commit f19970b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)" && \
2121
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2222

2323
# Install Control Tower
24-
ENV CT_VERSION 0.18.6
24+
ENV CT_VERSION 0.18.7
2525
RUN wget -O control-tower https://github.com/EngineerBetter/control-tower/releases/download/${CT_VERSION}/control-tower-linux-amd64 && \
2626
mv control-tower /usr/local/bin && \
2727
chmod +x /usr/local/bin/control-tower

0 commit comments

Comments
 (0)