mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
use official alpine image as the base
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
parent
0231a7f5de
commit
b24a9d15b9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM gliderlabs/alpine:3.1
|
||||
FROM alpine:3.1
|
||||
|
||||
RUN apk --update add docker
|
||||
|
||||
|
|
Loading…
Reference in a new issue