diff --git a/README.md b/README.md index ec8dbf7..99845da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TAU's MISP Docker images -[![Build Status](https://img.shields.io/github/workflow/status/ostefano/docker-misp/Build%20the%20Docker%20images%20and%20push%20them%20to%20Docker%20Hub)](https://hub.docker.com/repository/docker/ostefano/misp-docker) +[![Build Status](https://img.shields.io/github/actions/workflow/status/ostefano/docker-misp/release-latest.yml)](https://hub.docker.com/repository/docker/ostefano/misp-docker) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/MISP/Docker) A production ready Dockered MISP based on CoolAcid's MISP Docker image (https://github.com/coolacid/docker-misp). diff --git a/template.env b/template.env index 9d852e5..046e09d 100644 --- a/template.env +++ b/template.env @@ -1,4 +1,4 @@ -MISP_TAG=v2.4.165 +MISP_TAG=v2.4.167 MODULES_TAG=v2.4.165 PHP_VER=20190902 # MISP_COMMIT takes precedence over MISP_TAG