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.1 "
69+ ARG DOND_SHIM_VERSION="0.8.0 "
7070ADD --chmod=755 "https://github.com/felipecrs/docker-on-docker-shim/raw/v${DOND_SHIM_VERSION}/dond" "${DOCKER_PATH}"
7171```
7272
@@ -81,7 +81,7 @@ FROM docker:latest
8181RUN apk add --no-cache bash
8282
8383# Install dond-shim to /usr/local/bin/dond
84- ARG DOND_SHIM_VERSION="0.7.1 "
84+ ARG DOND_SHIM_VERSION="0.8.0 "
8585ARG DOND_SHIM_PATH="/usr/local/bin/dond"
8686ADD --chmod=755 "https://github.com/felipecrs/docker-on-docker-shim/raw/v${DOND_SHIM_VERSION}/dond" "${DOND_SHIM_PATH}" "${DOND_SHIM_PATH}"
8787```
You can’t perform that action at this time.
0 commit comments