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