Skip to content

Commit ff8ad4c

Browse files
committed
feat(Dockerfile): bump IPTABLES wrapper version to latest
1 parent ae9c04c commit ff8ad4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apk add --no-cache make git tar curl \
1414

1515
WORKDIR /iptables-wrappers
1616
# This is the latest commit on the master branch.
17-
ENV IPTABLES_WRAPPERS_VERSION=f6ef44b2c449cca8f005b32dea9a4b497202dbef
17+
ENV IPTABLES_WRAPPERS_VERSION=c6b9b2d4ee8701f3d476768ab8732d1b85ec7fef
1818
RUN git clone https://github.com/kubernetes-sigs/iptables-wrappers.git . \
1919
&& git checkout "${IPTABLES_WRAPPERS_VERSION}" \
2020
&& make build \

0 commit comments

Comments
 (0)