Releases: sourceboat/docker-laravel
Releases · sourceboat/docker-laravel
0.16.0
Changed
- Bump php from
7.4.13-fpm-alpine3.11
to 7.4.14-fpm-alpine3.11
#48
- use latest alpine version #49
- ⚠️ this also upgrades composer to
2.x
- ⚠️ this also upgrades nodejs to
14.x
- install npm (and npx) #50
0.15.0
Added
- Integration testing with docker-compose.test.yml #45
Changed
- Dependabot via config file instead of SaaS #44 by @hingew
- Bump php from 7.4.11-fpm-alpine3.11 to 7.4.13-fpm-alpine3.11 #47
Fixed
0.14.0
Changed
- run startup commands after wait-for-it #41 by @hingew
- bump PHP from 7.4.10 to 7.4.11 #42
0.13.0
Added
caching_sha2_password
encryption support #39 by @hingew
0.11.1
Changed
- bump PHP from 7.4.9 to 7.4.10 #37
0.11.0
Added
/root/modules
contains small snippets or tasks like cache building #34
PHP_MAX_EXECUTION_TIME
environment variable #32 #36
Changed
- bump PHP from 7.4.8 to 7.4.9 #33
Removed
app
user #25 #29 #31 🔥
- google chrome dependencies #24 #35 🔥
run-dev.sh
and run-prod.sh
scripts #34 🔥
Fixed
wait-for-it.sh
runs correctly now #34
Security
- hide NGINX version header and
X-Powered-By
header #30
0.10.3
Changed
- bump PHP from 7.4.6 to 7.4.8 #22 #23