Skip to content

Commit

Permalink
Update dependency EngineerBetter/control-tower to v0.31.1 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2023
1 parent db323c2 commit d034b2b
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 @@ -22,7 +22,7 @@ RUN CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)" && \

# Install Control Tower
# renovate: datasource=github-tags depName=EngineerBetter/control-tower
ENV CONTROL_TOWER_VERSION=0.31.0
ENV CONTROL_TOWER_VERSION=0.31.1
RUN wget -O control-tower https://github.com/EngineerBetter/control-tower/releases/download/${CONTROL_TOWER_VERSION}/control-tower-linux-amd64 && \
mv control-tower /usr/local/bin && \
chmod +x /usr/local/bin/control-tower
Expand Down

0 comments on commit d034b2b

Please sign in to comment.