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

Commit

Permalink
bump version to 0.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
piontec committed Jun 1, 2019
1 parent 6e958f8 commit 6352f71
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.14"
version = "0.8.15"


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=feature/ep_update)](https://travis-ci.org/piontec/docker-enforcer)
[![Coverage Status](https://coveralls.io/repos/github/piontec/docker-enforcer/badge.svg?branch=feature/ep_update)](https://coveralls.io/github/piontec/docker-enforcer?branch=feature/ep_update)
[![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 6352f71

Please sign in to comment.