diff --git a/Dockerfile b/Dockerfile index 62629a6..a73893d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4.8-fpm-alpine +FROM php:7.4.9-fpm-alpine LABEL maintainer="Ric Harvey " diff --git a/README.md b/README.md index 1632878..08b2392 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you have improvements or suggestions please open an issue or pull request on ### Versioning | Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version | |-----|-------|-----|--------|--------| -| latest/1.10.0 | Master Branch |1.18.0 | 7.4.8 | 3.12 | +| latest/1.10.1 | Master Branch |1.18.0 | 7.4.9 | 3.12 | _Note:_ The image is now aviable on x86_64 and Arm systems! diff --git a/docs/versioning.md b/docs/versioning.md index 561355e..2587d20 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -19,7 +19,8 @@ The latest tag will always follow the master branch in git. the other versions w |-----|-------|-----|--------|--------|----------| | 1.9.0 | 7.4.2 |1.16.1 | 3.11 | 0.3.13 | upgrade to PHP 7.4.2 | | 1.9.1 | 7.4.5 |1.16.1 | 3.11 | 0.3.13 | upgrade to PHP 7.4.5 | -| 1.10.0 | 7.4.5 |1.18.0 | 3.12 | 0.3.13 | PHP 7.4.8 + Nginx 1.18.0 + arm builds | +| 1.10.0 | 7.4.8 |1.18.0 | 3.12 | 0.3.13 | PHP 7.4.8 + Nginx 1.18.0 + arm builds | +| 1.10.0 | 7.4.9 |1.18.0 | 3.12 | 0.3.13 | bump to PHP 7.4.9 | These tags will be created on GitLab and as tags in docker hub. diff --git a/version b/version index 81c871d..4dae298 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.10.0 +1.10.1