Skip to content

Commit 65e755e

Browse files
authored
chore: checkout timescaledb repo at 2.10.1
1 parent d74d77e commit 65e755e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN apt-get update && apt-get install -y autoconf automake cmake libsasl2-dev \
140140

141141
# Install timescaledb into postgresql
142142
RUN (cd /tmp && git clone https://github.com/timescale/timescaledb.git) && \
143-
(cd /tmp/timescaledb && git checkout 2.3.1 && ./bootstrap -DREGRESS_CHECKS=OFF && \
143+
(cd /tmp/timescaledb && git checkout 2.10.1 && ./bootstrap -DREGRESS_CHECKS=OFF && \
144144
cd build && make && make install)
145145

146146
# init environment and cache some dependencies

0 commit comments

Comments
 (0)