Skip to content

Commit

Permalink
Merge pull request #4 from ZPascal/update-the-postgresql-version
Browse files Browse the repository at this point in the history
feat: Update the used Alpine version
  • Loading branch information
ZPascal authored Aug 11, 2024
2 parents b4ab5b0 + 0e7fac3 commit ded8661
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 @@ -16,7 +16,7 @@ services:
- backend

database:
image: postgres:13-alpine3.19
image: postgres:13-alpine3.20
container_name: database
ports:
- "5432:5432"
Expand All @@ -29,7 +29,7 @@ services:
- backend

cache:
image: redis:alpine3.19
image: redis:alpine3.20
container_name: redis
ports:
- "6379:6379"
Expand Down

0 comments on commit ded8661

Please sign in to comment.