Skip to content

Commit

Permalink
Merge pull request #19356 from MushuEE/fix/kettle_missing_method
Browse files Browse the repository at this point in the history
Update version to include row_from_mapping changes released with 0.27.0
  • Loading branch information
k8s-ci-robot authored Sep 24, 2020
2 parents bc5ad4a + 995a3eb commit 993a255
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 993a255

Please sign in to comment.