Skip to content

Commit f41ee67

Browse files
authored
fix: update git's dependencies (#102)
1 parent 308c0ca commit f41ee67

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.22/main' >> /etc/apk/repositor
3030
&& apk add bash fuse-overlayfs jq --no-cache \
3131
# Needed only for `update-alternatives` below
3232
&& 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 \
3335
&& rm -rf /var/cache/apk/*
3436

3537
# Backward compatibility with kernels that do not support `iptables-nft`. Check #CR-23033 for details.

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 3.0.4
1+
version: 3.0.5

0 commit comments

Comments
 (0)