1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-08-15 09:42:47 +02:00

use specific apline image version so the iptables will be installed with version 1.8.9 instead of 1.8.10 ()

This commit is contained in:
pascal-fischer
2023-12-20 19:41:57 +01:00
committed by GitHub
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"]