mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Merge pull request #62 from konstruktoid/alpine_docker
alpine 3.1 uses docker 1.4
This commit is contained in:
commit
f205d27f93
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# REPOSITORY https://github.com/docker/docker-bench-security
|
||||
|
||||
FROM alpine:3.1
|
||||
FROM alpine:3.2
|
||||
|
||||
MAINTAINER dockerbench.com
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# REPOSITORY https://github.com/docker/docker-bench-security
|
||||
|
||||
FROM alpine:3.1
|
||||
FROM alpine:3.2
|
||||
|
||||
MAINTAINER dockerbench.com
|
||||
|
||||
|
|
Loading…
Reference in a new issue