Use tiny Alpine version of Bind container

This commit is contained in:
cytopia 2022-03-27 19:40:34 +02:00
parent 2a99a935f5
commit 1783d05622
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 3 additions and 2 deletions

View File

@ -12,10 +12,11 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
- Added CakePHP integration tests for PHP 8+ - Added CakePHP integration tests for PHP 8+
#### Changed #### Changed
- Changed default PostgreSQL server from `12.4` to `14-alpine` - Changed default PostgreSQL server from `12.4` to `14-alpine` (breaking change)
- Changed default Redis server from `6.0` to `6.2-alpine` - Changed default Redis server from `6.0` to `6.2-alpine`
- Changed default Memcached server from `1.6` to `1.6-alpine` - Changed default Memcached server from `1.6` to `1.6-alpine`
- Changed default MongoDB server from `4.4` to `5.0` - Changed default MongoDB server from `4.4` to `5.0`
- Use tiny Alpine version of Bind container
## Release v1.11.0 (2022-03-22) ## Release v1.11.0 (2022-03-22)

View File

@ -34,7 +34,7 @@ services:
# Bind (DNS Server) # Bind (DNS Server)
# ------------------------------------------------------------ # ------------------------------------------------------------
bind: bind:
image: cytopia/bind:0.28 image: cytopia/bind:alpine-0.28
hostname: bind hostname: bind
restart: always restart: always
ports: ports: