Skip to content

Commit

Permalink
Update dependency felipecrs/docker-on-docker-shim to v0.8.0 (#273)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent cce49a0 commit b0b522a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devcontainer/scripts/prepare_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ mkdir -p /run/sshd

# install docker-on-docker-shim
# renovate: datasource=github-releases depName=felipecrs/docker-on-docker-shim
DOND_SHIM_VERSION="0.7.1"
DOND_SHIM_VERSION="0.8.0"
${CURL} "https://github.com/felipecrs/docker-on-docker-shim/raw/v${DOND_SHIM_VERSION}/dond" \
-o /usr/local/bin/dond
chmod +x /usr/local/bin/dond
Expand Down

0 comments on commit b0b522a

Please sign in to comment.