Skip to content

Commit

Permalink
use specific apline image version so the iptables will be installed w…
Browse files Browse the repository at this point in the history
…ith version 1.8.9 instead of 1.8.10 (netbirdio#1405)
  • Loading branch information
pascal-fischer authored Dec 20, 2023
1 parent 2ea51fa commit d95cd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit d95cd90

Please sign in to comment.