diff --git a/Dockerfile b/Dockerfile index 7006f00..6de8773 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,8 @@ RUN echo -en "https://dl-cdn.alpinelinux.org/alpine/v$(cut -d'.' -f1,2 /etc/alpi && apk add slirp4netns --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 /usr/local/bin/vpnkit \ && rm -rf /var/cache/apk/* 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