diff --git a/README.md b/README.md index c95094d..299c4c2 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ This image adds built-in support for the following features: * ImageMagick: (The `fpm-alpine` image does not natively support any image formats (including the needed SVG format), due to it missing `imagemagick` package). This image corrects that. # Current Versions -The current `29-fpm-alpine` and `29-fpm` version is **29.0.2**\ -The current `28-fpm-alpine` and `28-fpm` version is **28.0.6**\ -The current `27-fpm-alpine` and `27-fpm` version is **27.1.10** +The current `29-fpm-alpine` and `29-fpm` version is **29.0.5**\ +The current `28-fpm-alpine` and `28-fpm` version is **28.0.9**\ +The current `27-fpm-alpine` and `27-fpm` version is **27.1.11** # Deprecated Versions The last `26-fpm-alpine` and `26-fpm` version is **26.0.10** (No longer officially supported/updated by Nextcloud)\ diff --git a/build b/build index 7175d33..6af1d7f 100755 --- a/build +++ b/build @@ -39,8 +39,6 @@ do # pull the parent image from docker hub, if it doesn't already exist locally. LOCAL_EXISTS=$(docker images --format "{{.Repository}}:{{.Tag}}" | grep -x ${UPSTREAM_IMAGE}:${UPSTREAM_IMAGE_TAG}) - echo "LOCAL_EXISTS: $LOCAL_EXISTS" - echo "USE_LOCAL: $USE_LOCAL" if [[ $USE_LOCAL == 1 && $LOCAL_EXISTS != "" ]]; then echo "Using local image ${UPSTREAM_IMAGE}:${UPSTREAM_IMAGE_TAG}..." else