We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308c0ca commit f41ee67Copy full SHA for f41ee67
Dockerfile
@@ -30,6 +30,8 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.22/main' >> /etc/apk/repositor
30
&& apk add bash fuse-overlayfs jq --no-cache \
31
# Needed only for `update-alternatives` below
32
&& apk add dpkg --no-cache \
33
+ # A security fix till it's fixed in base dind image (CR-31906)
34
+ && apk add git --no-cache --upgrade \
35
&& rm -rf /var/cache/apk/*
36
37
# Backward compatibility with kernels that do not support `iptables-nft`. Check #CR-23033 for details.
service.yaml
@@ -1 +1 @@
1
-version: 3.0.4
+version: 3.0.5
0 commit comments