diff --git a/README.md b/README.md index 098f330..1cb4f48 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Docker image for Dolibarr with auto installer on first boot. * 5.0.7 5.0.7-php7.0 5.0.7-php7.1 * 6.0.8 6.0.8-php7.0 6.0.8-php7.1 * 7.0.4 7.0.4-php7.0 7.0.4-php7.1 -* 8.0.3 8.0.3-php7.0 8.0.3-php7.1 +* 8.0.4 8.0.4-php7.0 8.0.4-php7.1 ## What is Dolibarr ? diff --git a/images/8.0.3-php7.0/Dockerfile b/images/8.0.4-php7.0/Dockerfile similarity index 97% rename from images/8.0.3-php7.0/Dockerfile rename to images/8.0.4-php7.0/Dockerfile index 8169544..b91c224 100644 --- a/images/8.0.3-php7.0/Dockerfile +++ b/images/8.0.4-php7.0/Dockerfile @@ -2,7 +2,7 @@ FROM php:7.0-apache-stretch MAINTAINER Garcia MICHEL -ENV DOLI_VERSION 8.0.3 +ENV DOLI_VERSION 8.0.4 ENV DOLI_INSTALL_AUTO 1 diff --git a/images/8.0.3-php7.0/docker-run.sh b/images/8.0.4-php7.0/docker-run.sh similarity index 100% rename from images/8.0.3-php7.0/docker-run.sh rename to images/8.0.4-php7.0/docker-run.sh diff --git a/images/8.0.3-php7.1/Dockerfile b/images/8.0.4-php7.1/Dockerfile similarity index 97% rename from images/8.0.3-php7.1/Dockerfile rename to images/8.0.4-php7.1/Dockerfile index 5c3c1fb..2313fdc 100644 --- a/images/8.0.3-php7.1/Dockerfile +++ b/images/8.0.4-php7.1/Dockerfile @@ -2,7 +2,7 @@ FROM php:7.1-apache-stretch MAINTAINER Garcia MICHEL -ENV DOLI_VERSION 8.0.3 +ENV DOLI_VERSION 8.0.4 ENV DOLI_INSTALL_AUTO 1 diff --git a/images/8.0.3-php7.1/docker-run.sh b/images/8.0.4-php7.1/docker-run.sh similarity index 100% rename from images/8.0.3-php7.1/docker-run.sh rename to images/8.0.4-php7.1/docker-run.sh diff --git a/images/8.0.3/Dockerfile b/images/8.0.4/Dockerfile similarity index 97% rename from images/8.0.3/Dockerfile rename to images/8.0.4/Dockerfile index 8590b29..c747e9a 100644 --- a/images/8.0.3/Dockerfile +++ b/images/8.0.4/Dockerfile @@ -2,7 +2,7 @@ FROM php:5.6-apache-stretch MAINTAINER Garcia MICHEL -ENV DOLI_VERSION 8.0.3 +ENV DOLI_VERSION 8.0.4 ENV DOLI_INSTALL_AUTO 1 diff --git a/images/8.0.3/docker-run.sh b/images/8.0.4/docker-run.sh similarity index 100% rename from images/8.0.3/docker-run.sh rename to images/8.0.4/docker-run.sh diff --git a/update.sh b/update.sh index 9c2ac52..8c4b2bf 100755 --- a/update.sh +++ b/update.sh @@ -2,7 +2,7 @@ set -e -versions=( "5.0.7" "6.0.8" "7.0.4" "8.0.3" ) +versions=( "5.0.7" "6.0.8" "7.0.4" "8.0.4" ) tags="" rm -rf images/