Skip to content

Commit 59bff98

Browse files
committed
[#2190] Upgrade PostgreSQL to 17.4
The version wasn't aligned everywhere
1 parent 741af5e commit 59bff98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- 3306:3306
6767
postgres:
6868
# Docker Hub image
69-
image: postgres:16.3
69+
image: postgres:17.4
7070
env:
7171
POSTGRES_DB: hreact
7272
POSTGRES_USER: hreact

podman.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ If you replace `podman` with `sudo docker`, they will also work with [Docker][do
1414
Example:
1515

1616
```
17-
podman run --rm --name HibernateTestingPGSQL postgres:14.0
17+
podman run --rm --name HibernateTestingPGSQL postgres:17.4
1818
```
1919

2020
becomes for Docker:
2121

2222
```
23-
sudo docker run --rm --name HibernateTestingPGSQL postgres:14.0
23+
sudo docker run --rm --name HibernateTestingPGSQL postgres:17.4
2424
```
2525
---
2626

0 commit comments

Comments
 (0)