Skip to content

Commit

Permalink
Merge pull request #120 from hwchiu/master
Browse files Browse the repository at this point in the history
Upgrade to frr 10.1.2 to fix CVE-2024-45491
  • Loading branch information
tynany authored Jan 18, 2025
2 parents 6366ad3 + 8dd4a99 commit 9ee9720
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 @@ -6,8 +6,8 @@ RUN make setup_promu
RUN ./promu build
RUN ls -lah

FROM quay.io/frrouting/frr:10.1.0
FROM quay.io/frrouting/frr:10.1.2
WORKDIR /app
COPY --from=0 /go/src/github.com/tynany/frr_exporter/frr_exporter .
EXPOSE 9342
ENTRYPOINT [ "./frr_exporter"]
ENTRYPOINT [ "./frr_exporter"]

0 comments on commit 9ee9720

Please sign in to comment.