Skip to content

Commit 51fa3e9

Browse files
committed
Upgrade cri-dockerd
1 parent 3f723b2 commit 51fa3e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/kicbase/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ RUN cd ./cmd/auto-pause/ && go build
2828
# cri-dockerd static
2929
FROM golang:1.16
3030
RUN git clone -n https://github.com/Mirantis/cri-dockerd && \
31-
cd cri-dockerd && git checkout 542e27dee12db61d6e96d2a83a20359474a5efa2 && \
32-
cd src && env CGO_ENABLED=0 go build -o cri-dockerd
31+
cd cri-dockerd && git checkout eb0c48ef49856f7d098ec005ddebcae197e08e49 && \
32+
cd src && env CGO_ENABLED=0 go build -ldflags '-X github.com/Mirantis/cri-dockerd/version.GitCommit=eb0c48e' -o cri-dockerd
3333

3434
# start from ubuntu 20.04, this image is reasonably small as a starting point
3535
# for a kubernetes node image, it doesn't contain much we don't need

0 commit comments

Comments
 (0)