11#! /usr/bin/env bash
22
3- VERSION=" 1.2.5 "
3+ VERSION=" 1.2.6 "
44
55WORKING_DIR=" $( pwd) "
66
@@ -74,7 +74,7 @@ apache:
7474 extends:
7575 file: host.yml
7676 service: apache
77- image: dockerizedrupal/apache-2.4:1.2.0
77+ image: dockerizedrupal/apache-2.4:${APACHE_24_TAG}
7878 hostname: apache
7979 volumes_from:
8080 - apache-data
@@ -87,7 +87,7 @@ apache:
8787 - VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-apache-2.4/master/VERSION.md
8888 - VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/apache-2.4/
8989apache-data:
90- image: dockerizedrupal/apache-2.4:1.2.0
90+ image: dockerizedrupal/apache-2.4:${APACHE_24_TAG}
9191 hostname: apache-data
9292 entrypoint: ["/bin/echo", "Data-only container for Apache."]
9393 volumes:
@@ -185,7 +185,7 @@ apache:
185185 extends:
186186 file: host.yml
187187 service: apache
188- image: dockerizedrupal/apache-2.4:1.2.0
188+ image: dockerizedrupal/apache-2.4:${APACHE_24_TAG}
189189 hostname: apache
190190 volumes_from:
191191 - apache-data
@@ -198,7 +198,7 @@ apache:
198198 - VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-apache-2.4/master/VERSION.md
199199 - VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/apache-2.4/
200200apache-data:
201- image: dockerizedrupal/apache-2.4:1.2.0
201+ image: dockerizedrupal/apache-2.4:${APACHE_24_TAG}
202202 hostname: apache-data
203203 entrypoint: ["/bin/echo", "Data-only container for Apache."]
204204 volumes:
@@ -315,7 +315,7 @@ apache:
315315 extends:
316316 file: host.yml
317317 service: apache
318- image: dockerizedrupal/apache-2.4:1.2.0
318+ image: dockerizedrupal/apache-2.4:${APACHE_24_TAG}
319319 hostname: apache
320320 volumes_from:
321321 - apache-data
@@ -328,7 +328,7 @@ apache:
328328 - VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-apache-2.4/master/VERSION.md
329329 - VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/apache-2.4/
330330apache-data:
331- image: dockerizedrupal/apache-2.4:1.2.0
331+ image: dockerizedrupal/apache-2.4:${APACHE_24_TAG}
332332 hostname: apache-data
333333 entrypoint: ["/bin/echo", "Data-only container for Apache."]
334334 volumes:
@@ -445,7 +445,7 @@ apache:
445445 extends:
446446 file: host.yml
447447 service: apache
448- image: dockerizedrupal/apache-2.2:1.2.0
448+ image: dockerizedrupal/apache-2.2:${APACHE_22_TAG}
449449 hostname: apache
450450 volumes_from:
451451 - apache-data
@@ -458,7 +458,7 @@ apache:
458458 - VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-apache-2.2/master/VERSION.md
459459 - VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/apache-2.2/
460460apache-data:
461- image: dockerizedrupal/apache-2.2:1.2.0
461+ image: dockerizedrupal/apache-2.2:${APACHE_22_TAG}
462462 hostname: apache-data
463463 entrypoint: ["/bin/echo", "Data-only container for Apache."]
464464 volumes:
0 commit comments