Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
corrected MISP/misp-modules version
  • Loading branch information
mkilijanek committed Apr 3, 2024
1 parent 4865184 commit 8f9bb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM python:3.9-slim-bullseye as builder

ENV DEBIAN_FRONTEND noninteractive

ARG MODULES_TAG=v2.4.183
ARG MODULES_TAG=v2.4.182

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

0 comments on commit 8f9bb48

Please sign in to comment.