From 5d816fb2232344bc05878b32049bde3283892c47 Mon Sep 17 00:00:00 2001 From: Jason Kendall Date: Tue, 28 Jan 2020 11:38:12 -0500 Subject: [PATCH] MISP 2.4.119 --- modules/Dockerfile | 2 +- server/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Dockerfile b/modules/Dockerfile index f273485..f085f71 100644 --- a/modules/Dockerfile +++ b/modules/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7-slim-buster as builder ENV DEBIAN_FRONTEND noninteractive -ARG VERSION=2.4.118 +ARG VERSION=2.4.119 RUN apt-get update && apt-get install -y --no-install-recommends \ git \ diff --git a/server/Dockerfile b/server/Dockerfile index ea9dc84..f96768f 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,4 +1,4 @@ -ARG MISP_TAG=2.4.118 +ARG MISP_TAG=2.4.119 ARG PHP_VER=20180731 FROM composer as composer-build