Use a specific version of nginx in all tests

There is a hopefully temporary error with nginx:alpine
not being available for amd64. Pick a version which is...

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2018-02-21 14:32:07 +00:00
parent cfc9c49269
commit 69b6947bd7
11 changed files with 11 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ services:
- name: rngd
image: linuxkit/rngd:v0.2
- name: nginx
image: nginx:alpine
image: nginx:1.13.8-alpine
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_CHOWN