Releases: sourceboat/docker-laravel
Releases · sourceboat/docker-laravel
0.21.1
Change
- Add workflow_dispatch to stable image build action #73 #72
0.21.0
Change
- Bump php from 8.0-fpm-alpine to 8.1-fpm-alpine #76, 970623a
0.20.0
Changed
- composer is now installed from the official composer image #77
- changed order of layers for better build caching #77
Fixed
- no duplicate PHP version due to new way of installing composer, this could cause the need to install extensions that already had been installed. #77
0.19.2
Fixed
- now installs extensions that were previously missing due to the base image update in 0.19.1 #74
0.19.0
Changed
- Use specific libiconv version to prevent transliteration errors #70
- Use 8.0 as version constraint for PHP #69
0.18.2
Changed
- Bump php from 8.0.8-fpm-alpine to 8.0.9-fpm-alpine #68
- Update readme e1594a4
0.18.1
Changed
- Bump php base image from
8.0.7-fpm-alpine
to 8.0.8-fpm-alpine
#66
- automated image builds via GitHub actions #63 #59
- dependabot reviewee #62
0.18.0
Changed
- bump PHP version from 7.4 to 8.0 #58
Removed
0.17.0
Changed
- Bump php from
7.4.14-fpm-alpine3.11
to 7.4.19-fpm-alpine3.11
#56