Parcourir la source

Updated apache and bind gcf

tags/v3.0.0
Robin Thoni il y a 5 ans
Parent
révision
ce7bc28adf
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      apache/Dockerfile
  2. 1
    1
      bind/Dockerfile

+ 1
- 1
apache/Dockerfile Voir le fichier

@@ -1,6 +1,6 @@
1 1
 FROM php:7-apache-stretch
2 2
 
3
-ADD https://raw.githubusercontent.com/robin-thoni/docker-utils/v1.2.0/setup.sh /tmp/docker-utils-setup.sh
3
+ADD https://raw.githubusercontent.com/robin-thoni/docker-utils/v1.3.0/setup.sh /tmp/docker-utils-setup.sh
4 4
 RUN sh /tmp/docker-utils-setup.sh
5 5
 COPY ./config /etc/salt/base/
6 6
 

+ 1
- 1
bind/Dockerfile Voir le fichier

@@ -1,6 +1,6 @@
1 1
 FROM debian:stretch
2 2
 
3
-ADD https://raw.githubusercontent.com/robin-thoni/docker-utils/v1.2.0/setup.sh /tmp/docker-utils-setup.sh
3
+ADD https://raw.githubusercontent.com/robin-thoni/docker-utils/v1.3.0/setup.sh /tmp/docker-utils-setup.sh
4 4
 RUN sh /tmp/docker-utils-setup.sh
5 5
 ENTRYPOINT ["gcf-entrypoint"]
6 6
 

Chargement…
Annuler
Enregistrer