File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ ARG DOCKER_PATH="/usr/local/bin/docker"
6666RUN mv -f "${DOCKER_PATH}" "${DOCKER_PATH}.orig"
6767
6868# Install dond-shim at the same path as the original docker cli
69- ARG DOND_SHIM_VERSION="0.7.0 "
69+ ARG DOND_SHIM_VERSION="0.7.1 "
7070ADD "https://github.com/felipecrs/docker-on-docker-shim/raw/v${DOND_SHIM_VERSION}/dond" "${DOCKER_PATH}"
7171RUN chmod 755 "${DOCKER_PATH}"
7272```
@@ -82,7 +82,7 @@ FROM docker:latest
8282RUN apk add --no-cache bash
8383
8484# Install dond-shim to /usr/local/bin/dond
85- ARG DOND_SHIM_VERSION="0.7.0 "
85+ ARG DOND_SHIM_VERSION="0.7.1 "
8686ARG DOND_SHIM_PATH="/usr/local/bin/dond"
8787ADD "https://github.com/felipecrs/docker-on-docker-shim/raw/v${DOND_SHIM_VERSION}/dond" "${DOND_SHIM_PATH}"
8888RUN chmod 755 "${DOND_SHIM_PATH}"
You can’t perform that action at this time.
0 commit comments