From 04871c7aa8756a07380031f2b6a26cf4dbdb1c8b Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Sat, 17 Jan 2026 05:10:44 +0400 Subject: [PATCH] build: add git --- Dockerfile | 3 ++- service.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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