Skip to content

Commit

Permalink
chore: use alpine versions of images when feasible
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Kyle Clemens committed Jul 11, 2018
1 parent a8bbed8 commit e5c3057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ services:
- redis
- sidekiq
redis:
image: redis
image: redis:alpine
postgres:
image: postgres
image: postgres:alpine
environment:
- POSTGRES_USER=paste
- POSTGRES_PASSWORD=paste
Expand Down

0 comments on commit e5c3057

Please sign in to comment.