diff --git a/Dockerfile b/Dockerfile index 9a47697..4faab5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,6 @@ RUN echo -en "https://dl-cdn.alpinelinux.org/alpine/v$(cut -d'.' -f1,2 /etc/alpi && apk add dpkg --no-cache \ # A security fix till it's fixed in base dind image (CR-31906) && apk add git --no-cache --upgrade \ - && rm /usr/local/bin/vpnkit \ && rm -rf /var/cache/apk/* # 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 \ diff --git a/service.yaml b/service.yaml index 99da8d1..babcf18 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 3.0.11 +version: 3.0.12