Skip to content

Commit

Permalink
Update dependency felipecrs/docker-on-docker-shim to v0.7.1 (#249)
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 Nov 19, 2024
1 parent c361932 commit 05b975c
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 @@ -149,7 +149,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.0"
DOND_SHIM_VERSION="0.7.1"
${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 05b975c

Please sign in to comment.