Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
version bump to 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
piontec committed Sep 27, 2018
1 parent 60507f8 commit d9bfbc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerenforcer/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import copy
from typing import Dict

version = "0.8.10"
version = "0.8.12"


class Mode(Enum):
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker enforcer
[![Build Status](https://travis-ci.org/piontec/docker-enforcer.png?branch=develop)](https://travis-ci.org/piontec/docker-enforcer)
[![Coverage Status](https://coveralls.io/repos/github/piontec/docker-enforcer/badge.svg?branch=develop)](https://coveralls.io/github/piontec/docker-enforcer?branch=develop)
[![Build Status](https://travis-ci.org/piontec/docker-enforcer.png?branch=master)](https://travis-ci.org/piontec/docker-enforcer)
[![Coverage Status](https://coveralls.io/repos/github/piontec/docker-enforcer/badge.svg?branch=master)](https://coveralls.io/github/piontec/docker-enforcer?branch=master)

## Why?
Docker enforcer audits containers running on a shared docker host. The aim of docker enforcer is to
Expand Down

0 comments on commit d9bfbc2

Please sign in to comment.