diff --git a/Dockerfile b/Dockerfile index a66302a..276dc77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,8 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.23/main' >> /etc/apk/repositor fuse-overlayfs \ jq \ # Needed only for `update-alternatives` below - dpkg + dpkg \ + git # Backward compatibility with kernels that do not support `iptables-nft`. Check #CR-23033 for details. RUN update-alternatives --install $(which iptables) iptables $(which iptables-legacy) 10 \ && update-alternatives --install $(which ip6tables) ip6tables $(which ip6tables-legacy) 10 diff --git a/service.yaml b/service.yaml index 1570c1b..9d83b6b 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 3.0.9 +version: 3.0.10