Skip to content

Commit

Permalink
Bump local pg and redis versions
Browse files Browse the repository at this point in the history
  • Loading branch information
imustafin committed Nov 4, 2023
1 parent 2801934 commit d499c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
pg:
image: postgres:15.3
image: postgres:15.4
environment:
POSTGRES_PASSWORD: 123

Expand Down Expand Up @@ -37,4 +37,4 @@ services:
- '3000:3000'

redis:
image: redis:6.2.3
image: redis:6.2.13

0 comments on commit d499c95

Please sign in to comment.