Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Dec 24, 2024
1 parent ebf37d2 commit 4166684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ARG DOCKER_PATH="/usr/local/bin/docker"
RUN mv -f "${DOCKER_PATH}" "${DOCKER_PATH}.orig"

# Install dond-shim at the same path as the original docker cli
ARG DOND_SHIM_VERSION="0.7.1"
ARG DOND_SHIM_VERSION="0.8.0"
ADD --chmod=755 "https://github.com/felipecrs/docker-on-docker-shim/raw/v${DOND_SHIM_VERSION}/dond" "${DOCKER_PATH}"
```

Expand All @@ -81,7 +81,7 @@ FROM docker:latest
RUN apk add --no-cache bash

# Install dond-shim to /usr/local/bin/dond
ARG DOND_SHIM_VERSION="0.7.1"
ARG DOND_SHIM_VERSION="0.8.0"
ARG DOND_SHIM_PATH="/usr/local/bin/dond"
ADD --chmod=755 "https://github.com/felipecrs/docker-on-docker-shim/raw/v${DOND_SHIM_VERSION}/dond" "${DOND_SHIM_PATH}" "${DOND_SHIM_PATH}"
```
Expand Down

0 comments on commit 4166684

Please sign in to comment.