diff --git a/modules/Dockerfile b/modules/Dockerfile index f085f71..9e83c15 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.119 +ARG VERSION=2.4.120 RUN apt-get update && apt-get install -y --no-install-recommends \ git \ diff --git a/server/Dockerfile b/server/Dockerfile index f96768f..ba0d344 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,4 +1,4 @@ -ARG MISP_TAG=2.4.119 +ARG MISP_TAG=2.4.120 ARG PHP_VER=20180731 FROM composer as composer-build