Skip to content

Commit

Permalink
Update to version 0.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino authored Oct 24, 2021
1 parent dc59ae0 commit 8cb0008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)" && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Install Control Tower
ENV CT_VERSION 0.17.6
ENV CT_VERSION 0.17.7
RUN wget -O control-tower https://github.com/EngineerBetter/control-tower/releases/download/${CT_VERSION}/control-tower-linux-amd64 && \
mv control-tower /usr/local/bin && \
chmod +x /usr/local/bin/control-tower
Expand Down

0 comments on commit 8cb0008

Please sign in to comment.