Quellcode durchsuchen

Updated apache and bind gcf

tags/v3.0.0
Robin Thoni vor 5 Jahren
Ursprung
Commit
ce7bc28adf
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1
    1
      apache/Dockerfile
  2. 1
    1
      bind/Dockerfile

+ 1
- 1
apache/Dockerfile Datei anzeigen

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

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

Laden…
Abbrechen
Speichern