Skip to content

Commit

Permalink
feat(Dependencies): Update timescale/timescaledb Docker tag to v2.15.1
Browse files Browse the repository at this point in the history
| datasource | package               | from   | to     |
| ---------- | --------------------- | ------ | ------ |
| docker     | timescale/timescaledb | 2.12.2 | 2.15.1 |
  • Loading branch information
renovate[bot] authored May 28, 2024
1 parent 49c0efa commit ea00750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- "./src:/code/src:ro"

timescaledb:
image: "timescale/timescaledb:2.12.2-pg14"
image: "timescale/timescaledb:2.15.1-pg14"
container_name: dev_timescaledb
command: postgres -c shared_preload_libraries=timescaledb
networks:
Expand Down

0 comments on commit ea00750

Please sign in to comment.