We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5ad4a commit 995a3ebCopy full SHA for 995a3eb
1 file changed
kettle/Dockerfile
@@ -30,7 +30,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
30
python3-pip \
31
&& rm -rf /var/lib/apt/lists/*
32
33
-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
34
35
RUN curl -fsSL https://downloads.python.org/pypy/pypy3.6-v7.3.1-linux64.tar.bz2 | tar xj -C opt && \
36
ln -s /opt/pypy*/bin/pypy /usr/bin
0 commit comments