mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-20 20:21:00 +01:00
fix: client/Dockerfile to reduce vulnerabilities (#3019)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
parent
6142828a9c
commit
dcba6a6b7e
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.20
|
||||
FROM alpine:3.21.0
|
||||
RUN apk add --no-cache ca-certificates iptables ip6tables
|
||||
ENV NB_FOREGROUND_MODE=true
|
||||
ENTRYPOINT [ "/usr/local/bin/netbird","up"]
|
||||
|
Loading…
Reference in New Issue
Block a user