Bump MISP 2.4.120

pull/1/head
Jason Kendall 2020-01-28 12:54:36 -05:00
parent 5d816fb223
commit f693805087
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM python:3.7-slim-buster as builder FROM python:3.7-slim-buster as builder
ENV DEBIAN_FRONTEND noninteractive 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 \ RUN apt-get update && apt-get install -y --no-install-recommends \
git \ git \

View File

@ -1,4 +1,4 @@
ARG MISP_TAG=2.4.119 ARG MISP_TAG=2.4.120
ARG PHP_VER=20180731 ARG PHP_VER=20180731
FROM composer as composer-build FROM composer as composer-build