We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74d77e commit 65e755eCopy full SHA for 65e755e
Dockerfile
@@ -140,7 +140,7 @@ RUN apt-get update && apt-get install -y autoconf automake cmake libsasl2-dev \
140
141
# Install timescaledb into postgresql
142
RUN (cd /tmp && git clone https://github.com/timescale/timescaledb.git) && \
143
- (cd /tmp/timescaledb && git checkout 2.3.1 && ./bootstrap -DREGRESS_CHECKS=OFF && \
+ (cd /tmp/timescaledb && git checkout 2.10.1 && ./bootstrap -DREGRESS_CHECKS=OFF && \
144
cd build && make && make install)
145
146
# init environment and cache some dependencies
0 commit comments