diff --git a/Dockerfile b/Dockerfile index b275a8d..daf8edb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,8 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.22/main' >> /etc/apk/repositor && apk add bash fuse-overlayfs jq --no-cache \ # Needed only for `update-alternatives` below && 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 -rf /var/cache/apk/* # Backward compatibility with kernels that do not support `iptables-nft`. Check #CR-23033 for details. diff --git a/service.yaml b/service.yaml index 1306c8c..80cb064 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 3.0.4 +version: 3.0.5