فهرست منبع

Specify timescale version to fix CI

Timescale is no longer offering a latest docker image:
https://hub.docker.com/r/timescale/timescaledb
nickbabcock 4 سال پیش
والد
کامیت
18eea9f73a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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