Skip to content

Commit

Permalink
Merge pull request #108 from gitfool/renovate/docker-25.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Jan 20, 2024
2 parents f9ba46a + e14732d commit 71bddf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ENV Cake_Settings_EnableScriptCache=true \
RUN <<EOF
set -ex
[ "$TARGETARCH" = "amd64" ] && arch="x86_64" || arch="aarch64"
version=24.0.7
version=25.0.0
curl -fsSL https://download.docker.com/linux/static/stable/$arch/docker-$version.tgz -o docker.tgz
tar -xzf docker.tgz --directory /usr/local/bin --no-same-owner --strip=1 docker/docker
rm -f docker.tgz
Expand Down

0 comments on commit 71bddf7

Please sign in to comment.