mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-20 09:47:49 +02:00
use specific apline image version so the iptables will be installed with version 1.8.9 instead of 1.8.10 (#1405)
This commit is contained in:
parent
3168b80ad0
commit
7060b63838
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3
|
FROM alpine:3.18.5
|
||||||
RUN apk add --no-cache ca-certificates iptables ip6tables
|
RUN apk add --no-cache ca-certificates iptables ip6tables
|
||||||
ENV NB_FOREGROUND_MODE=true
|
ENV NB_FOREGROUND_MODE=true
|
||||||
ENTRYPOINT [ "/go/bin/netbird","up"]
|
ENTRYPOINT [ "/go/bin/netbird","up"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user