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:
pascal-fischer 2023-12-20 19:41:57 +01:00 committed by GitHub
parent 3168b80ad0
commit 7060b63838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]