Skip to content

Commit

Permalink
Update to version 0.17.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino authored Dec 9, 2021
1 parent c879771 commit 4bc5ac8
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.14
ENV CT_VERSION 0.17.15
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 4bc5ac8

Please sign in to comment.