Skip to content

Commit ca5f3ff

Browse files
Update postgres Docker tag to v18
| datasource | package | from | to | | ---------- | -------- | ---- | ---- | | docker | postgres | 17.7 | 18.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c14a953 commit ca5f3ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.7"
17+
image: "postgres:18.1"
1818
# Provide the password for postgres
1919
env:
2020
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)