Skip to content

Commit 639c580

Browse files
Bump dependency docker to v27.2.0
1 parent bde2c95 commit 639c580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ENV Cake_Settings_EnableScriptCache=true \
4646
RUN <<EOF
4747
set -ex
4848
[ "$TARGETARCH" = "amd64" ] && arch="x86_64" || arch="aarch64"
49-
version=27.1.2
49+
version=27.2.0
5050
curl -fsSL https://download.docker.com/linux/static/stable/$arch/docker-$version.tgz -o docker.tgz
5151
tar -xzf docker.tgz --directory /usr/local/bin --no-same-owner --strip=1 docker/docker
5252
rm -f docker.tgz

0 commit comments

Comments
 (0)