Build with the latest Alpine v3

This commit is contained in:
Jordan Potter 2023-09-29 16:49:53 -07:00
parent 07596efd7f
commit b505973565

View file

@ -1,8 +1,7 @@
FROM alpine:3.15.4
FROM alpine:3
RUN apk add --no-cache \
openresolv iptables ip6tables iproute2 wireguard-tools \
findutils # Needed for find's -printf flag
findutils openresolv iptables ip6tables iproute2 wireguard-tools
COPY entrypoint.sh /entrypoint.sh