Browse Source

Merge pull request #154 from nickbabcock/ci

Specify timescale version to fix CI
Nick Babcock 4 năm trước cách đây
mục cha
commit
a1f7b32275
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ci/Dockerfile.timescale

+ 1 - 1
ci/Dockerfile.timescale

@@ -1,3 +1,3 @@
-FROM timescale/timescaledb
+FROM timescale/timescaledb:latest-pg12
 COPY ci/setup-docker.sh /docker-entrypoint-initdb.d/.
 COPY assets/schema.sql /sql/schema.sql