Skip to content

Commit

Permalink
2.4.188
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilijanek committed Apr 3, 2024
1 parent 8f9bb48 commit 511b880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bullseye-slim as FilesSource

ENV DEBIAN_FRONTEND noninteractive

ARG MISP_TAG=2.4.183
ARG MISP_TAG=2.4.188

RUN apt update && apt install wget -y && mkdir -p /opt/docker-misp/modules && cd /opt/ && wget https://github.com/mkilijanek/misp-modules/archive/refs/tags/${MISP_TAG}.tar.gz -cO /opt/${MISP_TAG}.tar.gz && tar xvf ${MISP_TAG}.tar.gz --strip-components=1 -C /opt/docker-misp/modules
#RUN apt update && apt install wget -y && mkdir -p /opt/docker-misp && cd /opt/ && wget https://github.com/mkilijanek/misp-modules/archive/refs/tags/${MISP_TAG}.tar.gz -cO /opt/${MISP_TAG}.tar.gz && tar xvf ${MISP_TAG}.tar.gz -C /opt && cp -r /opt/misp-server-${MISP_TAG}/* /opt/docker-misp/modules
Expand All @@ -15,7 +15,7 @@ FROM python:3.9-slim-bullseye as builder

ENV DEBIAN_FRONTEND noninteractive

ARG MODULES_TAG=v2.4.182
ARG MODULES_TAG=v2.4.188

RUN set -eux; \
apt-get update; \
Expand Down

0 comments on commit 511b880

Please sign in to comment.