Skip to content

Commit

Permalink
feat(Dependencies): Update timescale/promscale Docker tag to v0.16.0
Browse files Browse the repository at this point in the history
| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| docker     | timescale/promscale | 0.15.0 | 0.16.0 |
  • Loading branch information
renovate[bot] authored Oct 20, 2022
1 parent d2e33cb commit 9380dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- ${POSTGRES_DATA_FOLDER}:/home/postgres/pgdata
portal_promscale:
container_name: portal_promscale
image: "timescale/promscale:0.15.0"
image: "timescale/promscale:0.16.0"
ports:
- 9201:9201/tcp
restart: on-failure
Expand Down

0 comments on commit 9380dc5

Please sign in to comment.