We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9c04c commit ff8ad4cCopy full SHA for ff8ad4c
Dockerfile
@@ -14,7 +14,7 @@ RUN apk add --no-cache make git tar curl \
14
15
WORKDIR /iptables-wrappers
16
# This is the latest commit on the master branch.
17
-ENV IPTABLES_WRAPPERS_VERSION=f6ef44b2c449cca8f005b32dea9a4b497202dbef
+ENV IPTABLES_WRAPPERS_VERSION=c6b9b2d4ee8701f3d476768ab8732d1b85ec7fef
18
RUN git clone https://github.com/kubernetes-sigs/iptables-wrappers.git . \
19
&& git checkout "${IPTABLES_WRAPPERS_VERSION}" \
20
&& make build \
0 commit comments