Skip to content

Commit

Permalink
chore: Bump postgres version to 16 in compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
meltyshev committed Oct 22, 2024
1 parent 98413d7 commit 87c1eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:
condition: service_healthy

postgres:
image: postgres:latest
image: postgres:16-alpine
volumes:
- db-data:/var/lib/postgresql/data
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
condition: service_healthy

postgres:
image: postgres:14-alpine
image: postgres:16-alpine
restart: on-failure
volumes:
- db-data:/var/lib/postgresql/data
Expand Down

0 comments on commit 87c1eeb

Please sign in to comment.