Skip to content

Commit

Permalink
Update postgres Docker tag to v17.4
Browse files Browse the repository at this point in the history
| datasource | package  | from | to   |
| ---------- | -------- | ---- | ---- |
| docker     | postgres | 17.3 | 17.4 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent b7b1a9b commit a75194b
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.3"
image: "postgres:17.4"
# Provide the password for postgres
env:
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit a75194b

Please sign in to comment.