Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3rWard0g committed Nov 24, 2020
1 parent e0a0aa9 commit 812bcdd
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 @@ -18,7 +18,7 @@ RUN adduser --disabled-password \
--gecos "Default user" \
--uid ${NB_UID} \
${NB_USER} \
&& python3 -m pip install --upgrade attackcti==0.3.1 pandas==0.25.2 altair vega
&& python3 -m pip install --upgrade attackcti==0.3.4 pandas==1.1.4 altair vega

COPY notebooks/ ${HOME}

Expand Down

0 comments on commit 812bcdd

Please sign in to comment.