Skip to content

Commit

Permalink
Merge pull request #152 from jiaqiluo/bump-cri-dockerd
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaqiluo authored Jun 8, 2022
2 parents 58cf4c7 + b5e947d commit 9cd0956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG ARCH=amd64
ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz \
DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.12.3/docker-v1.12.3_arm64.tgz \
DOCKER_URL=DOCKER_URL_${ARCH}
ENV CRIDOCKERD_URL=https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.1/cri-dockerd-0.2.1.${ARCH}.tgz
ENV CRIDOCKERD_URL=https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.2/cri-dockerd-0.2.2.${ARCH}.tgz
RUN apk -U upgrade \
&& apk -U --no-cache add bash \
&& rm -f /bin/sh \
Expand Down

0 comments on commit 9cd0956

Please sign in to comment.