Skip to content

Commit

Permalink
Update docker dependencies
Browse files Browse the repository at this point in the history
Old images used Docker Image Format v1 which is getting deprecated
  • Loading branch information
matiasgarciaisaia committed Jul 15, 2024
1 parent bdae022 commit 5dd93bf
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 @@ -10,7 +10,7 @@ services:
- db:/var/lib/mysql

rabbitmq:
image: rabbitmq:3.5.3
image: rabbitmq:3
hostname: nuntium_rabbitmq
volumes:
- rabbitmq:/var/lib/rabbitmq
Expand All @@ -21,7 +21,7 @@ services:
RABBITMQ_DEFAULT_VHOST: /nuntium/development

memcached:
image: memcached:1.4.24
image: memcached:1.4.39

web: &rails
image: instedd/nginx-rails:1.9
Expand Down

0 comments on commit 5dd93bf

Please sign in to comment.