Skip to content

Commit

Permalink
[MONIT-41550] fix for CVE-2023-36054 (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
laullon authored Nov 15, 2023
1 parent 3a7279f commit ecdccf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN chown -R wavefront:wavefront /var/spool/wavefront-proxy
RUN mkdir -p /var/log/wavefront
RUN chown -R wavefront:wavefront /var/log/wavefront

RUN apt-get update -y && apt-get upgrade -y

# Temp fix for "MONIT-41551"
RUN apt-get remove -y wget

Expand Down

0 comments on commit ecdccf9

Please sign in to comment.