Add nginx alpine to update-dependencies task
This commit is contained in:
parent
ba55d1a0b6
commit
7d05f0d924
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in a new issue