aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2022-01-05 17:44:11 -0500
committerBruno Sakoto <bruno.sakoto@bell.ca>2022-01-13 09:54:41 -0500
commited024de082a1048a94261dbbfa1f4a56180faf25 (patch)
tree824f9a19d0a0ab1dd5554e1833296df7c867513c /docker-compose.yml
parentfc0ec237b82e0e80685de45c8db5741638e031d7 (diff)
Upgrade timescaledb
Timescaledb is upgraded to 2.5.1-pg14 to have postgres 14.1 Issue-ID: CPS-842 Change-Id: I65f2f090c0ff7346c28bf89f6bac3d5697ec1768 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Diffstat (limited to 'docker-compose.yml')
-rwxr-xr-xdocker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index afe9019..5ab43dd 100755
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -41,7 +41,7 @@ services:
timescaledb:
container_name: timescaledb
- image: timescale/timescaledb:2.1.1-pg13
+ image: timescale/timescaledb:2.5.1-pg14
ports:
- '5433:5432'
environment: