MISP 2.4.119

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

View File

@ -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 \

View File

@ -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