Skip to content

Commit

Permalink
Update PostgreSQL image version to 15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
valtterikantanen committed Nov 18, 2024
1 parent 50de274 commit 0356adc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.5'

services:
app:
build:
Expand All @@ -15,7 +13,7 @@ services:
container_name: jami_dev

db:
image: postgres:15-alpine
image: postgres:15.8
environment:
- POSTGRES_USER=postgres
- POSTGRES_DB=postgres
Expand Down
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.5'

services:
app:
build:
Expand All @@ -18,8 +16,9 @@ services:
- 3000:3000
container_name: jami_dev
tty: true

db:
image: postgres:13.1
image: postgres:15.8
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand Down

0 comments on commit 0356adc

Please sign in to comment.