Browse Source

Updated apache and bind gcf

tags/v3.0.0
Robin Thoni 5 years ago
parent
commit
ce7bc28adf
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      apache/Dockerfile
  2. 1
    1
      bind/Dockerfile

+ 1
- 1
apache/Dockerfile View File

1
 FROM php:7-apache-stretch
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
 RUN sh /tmp/docker-utils-setup.sh
4
 RUN sh /tmp/docker-utils-setup.sh
5
 COPY ./config /etc/salt/base/
5
 COPY ./config /etc/salt/base/
6
 
6
 

+ 1
- 1
bind/Dockerfile View File

1
 FROM debian:stretch
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
 RUN sh /tmp/docker-utils-setup.sh
4
 RUN sh /tmp/docker-utils-setup.sh
5
 ENTRYPOINT ["gcf-entrypoint"]
5
 ENTRYPOINT ["gcf-entrypoint"]
6
 
6
 

Loading…
Cancel
Save