소스 검색

Add nginx alpine to update-dependencies task

Matthias Döring 8 년 전
부모
커밋
7d05f0d924
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -4,6 +4,7 @@
 update-dependencies:
 	docker pull jwilder/docker-gen:0.7.3
 	docker pull nginx:1.11.3
+	docker pull nginx:1.11.3-alpine
 	docker pull python:3
 	docker pull rancher/socat-docker:latest
 	docker pull appropriate/curl:latest