Skip to content

Commit

Permalink
Update version to include row_from_mapping changes realeased with 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MushuEE committed Sep 24, 2020
1 parent bc5ad4a commit 995a3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kettle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
python3-pip \
&& rm -rf /var/lib/apt/lists/*

RUN pip3 install requests google-cloud-pubsub==0.25.0 google-cloud-bigquery==0.24.0 influxdb ruamel.yaml==0.16
RUN pip3 install requests google-cloud-pubsub==0.25.0 google-cloud-bigquery==0.27.0 influxdb ruamel.yaml==0.16

RUN curl -fsSL https://downloads.python.org/pypy/pypy3.6-v7.3.1-linux64.tar.bz2 | tar xj -C opt && \
ln -s /opt/pypy*/bin/pypy /usr/bin
Expand Down

0 comments on commit 995a3eb

Please sign in to comment.