소스 검색

Updated apache and bind gcf

tags/v3.0.0
Robin Thoni 5 년 전
부모
커밋
ce7bc28adf
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      apache/Dockerfile
  2. 1
    1
      bind/Dockerfile

+ 1
- 1
apache/Dockerfile 파일 보기

@@ -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 파일 보기

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

Loading…
취소
저장