mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-24 11:16:38 +00:00
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-11031045 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905
6 lines
211 B
Docker
6 lines
211 B
Docker
FROM ubuntu:24.10
|
|
RUN apt update && apt install -y ca-certificates && rm -fr /var/cache/apt
|
|
ENTRYPOINT [ "/go/bin/netbird-mgmt","management"]
|
|
CMD ["--log-file", "console"]
|
|
COPY netbird-mgmt /go/bin/netbird-mgmt
|