Bläddra i källkod

Updated apache and bind gcf

tags/v3.0.0
Robin Thoni 5 år sedan
förälder
incheckning
ce7bc28adf
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      apache/Dockerfile
  2. 1
    1
      bind/Dockerfile

+ 1
- 1
apache/Dockerfile Visa fil

@@ -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 Visa fil

@@ -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
 

Laddar…
Avbryt
Spara