Skip to content

Commit

Permalink
Update postgres Docker tag to v17.2
Browse files Browse the repository at this point in the history
| datasource | package  | from | to   |
| ---------- | -------- | ---- | ---- |
| docker     | postgres | 17.1 | 17.2 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 253a20a commit 2277a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
services:
postgres:
# Docker Hub image
image: "postgres:17.1"
image: "postgres:17.2"
# Provide the password for postgres
env:
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit 2277a26

Please sign in to comment.