mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01: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
|
||||
ENV NB_FOREGROUND_MODE=true
|
||||
ENTRYPOINT [ "/go/bin/netbird","up"]
|
||||
|
Loading…
Reference in New Issue
Block a user