Skip to content

Commit fce5b7b

Browse files
Update postgres Docker tag to v17.6
| datasource | package | from | to | | ---------- | -------- | ---- | ---- | | docker | postgres | 17.5 | 17.6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b29b70 commit fce5b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
services:
1515
postgres:
1616
# Docker Hub image
17-
image: "postgres:17.5"
17+
image: "postgres:17.6"
1818
# Provide the password for postgres
1919
env:
2020
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)