build: crcmod speedups rsync to gcp for deploy.

This commit is contained in:
Leonard Gram
2019-03-19 10:48:41 +01:00
parent d9db457b87
commit 39e75d75b4
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ FROM circleci/python:2.7-stretch
USER root
RUN pip install awscli && \
RUN pip install -U awscli crcmod && \
curl https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-222.0.0-linux-x86_64.tar.gz | \
tar xvzf - -C /opt && \
apt update && \

View File

@@ -1,6 +1,6 @@
#!/bin/bash
_version="1.2.0"
_version="1.2.1"
_tag="grafana/grafana-ci-deploy:${_version}"
docker build -t $_tag .