Skip to content

Commit

Permalink
RABBITMQ 3.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 committed Sep 26, 2018
1 parent a0135ca commit f127ca5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.example
Expand Up @@ -120,7 +120,7 @@ LNMP_PHP_VERSION=7.2.10

LNMP_MEMCACHED_VERSION=1.5.10

LNMP_RABBITMQ_VERSION=3.7.6
LNMP_RABBITMQ_VERSION=3.7.8

LNMP_POSTGRESQL_VERSION=10.4

Expand Down
2 changes: 1 addition & 1 deletion README.cn.md
Expand Up @@ -199,7 +199,7 @@ $ ./lnmp-docker down
|[Composer](https://github.com/docker-library/docs/tree/master/composer) |`khs1994/php:7.2.10-fpm-alpine` | **1.7.2** |`Alpine:3.8` |
|[PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) |`khs1994/php:7.2.10-fpm-alpine` | **2.13.0** |`Alpine:3.8` |
|[Memcached](https://github.com/docker-library/docs/tree/master/memcached) |`memcached:1.5.10-alpine` | **1.5.10** |`Alpine:3.8` |
|[RabbitMQ](https://github.com/docker-library/docs/tree/master/rabbitmq) |`rabbitmq:3.7.6-management-alpine` | **3.7.6** |`Alpine:3.8` |
|[RabbitMQ](https://github.com/docker-library/docs/tree/master/rabbitmq) |`rabbitmq:3.7.8-management-alpine` | **3.7.8** |`Alpine:3.8` |
|[PostgreSQL](https://github.com/docker-library/docs/tree/master/postgres) |`postgres:10.4-alpine` | **10.4** |`Alpine:3.8` |
|[MongoDB](https://github.com/docker-library/docs/tree/master/mongo) |`mongo:4.1.2` | **4.1.2** |`Ubuntu:xenial` |
|[PHPMyAdmin](https://github.com/phpmyadmin/docker) | `phpmyadmin/phpmyadmin:latest` | **latest** |`Alpine:3.8` |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -194,7 +194,7 @@ Please see [Documents](docs#%E6%BB%A1%E8%B6%B3-lnmp-%E5%BC%80%E5%8F%91%E5%85%A8%
|[Composer](https://github.com/docker-library/docs/tree/master/composer) |`khs1994/php:7.2.10-fpm-alpine` | **1.7.2** |`Alpine:3.8` |
|[PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) |`khs1994/php:7.2.10-fpm-alpine` | **2.13.0** |`Alpine:3.8` |
|[Memcached](https://github.com/docker-library/docs/tree/master/memcached) |`memcached:1.5.10-alpine` | **1.5.10** |`Alpine:3.8` |
|[RabbitMQ](https://github.com/docker-library/docs/tree/master/rabbitmq) |`rabbitmq:3.7.6-management-alpine` | **3.7.6** |`Alpine:3.8` |
|[RabbitMQ](https://github.com/docker-library/docs/tree/master/rabbitmq) |`rabbitmq:3.7.8-management-alpine` | **3.7.8** |`Alpine:3.8` |
|[PostgreSQL](https://github.com/docker-library/docs/tree/master/postgres) |`postgres:10.4-alpine` | **10.4** |`Alpine:3.8` |
|[MongoDB](https://github.com/docker-library/docs/tree/master/mongo) |`mongo:4.1.2` | **4.1.2** |`Ubuntu:xenial` |
|[PHPMyAdmin](https://github.com/phpmyadmin/docker) | `phpmyadmin/phpmyadmin:latest` | **latest** |`Alpine:3.8` |
Expand Down
2 changes: 1 addition & 1 deletion docker-arm.yml
Expand Up @@ -127,7 +127,7 @@ services:
# << : *default-build
# context: ./dockerfile/${ARM_ARCH:-arm64v8}/rabbitmq/
# dockerfile: Dockerfile
image: "${ARM_ARCH:-arm64v8}/rabbitmq:${LNMP_RABBITMQ_VERSION:-3.7.6}-management${ARM_BASED_OS}"
image: "${ARM_ARCH:-arm64v8}/rabbitmq:${LNMP_RABBITMQ_VERSION:-3.7.8}-management${ARM_BASED_OS}"
volumes:
- rabbitmq-data:/var/lib/rabbitmq
- zoneinfo-data:/usr/share/zoneinfo
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -104,7 +104,7 @@ services:

rabbitmq:
<< : *default-common
image: ${LNMP_SELF_BUILD_DOCKER_IMAGE_PREFIX:-khs1994}/rabbitmq:${LNMP_RABBITMQ_VERSION:-3.7.6}-management-alpine
image: ${LNMP_SELF_BUILD_DOCKER_IMAGE_PREFIX:-khs1994}/rabbitmq:${LNMP_RABBITMQ_VERSION:-3.7.8}-management-alpine
volumes:
- rabbitmq-data:/var/lib/rabbitmq
- zoneinfo-data:/usr/share/zoneinfo
Expand Down

0 comments on commit f127ca5

Please sign in to comment.