Browse Source

Upgrade CI to Docker 23.0.4

Closes gh-35070
pull/35611/head
Stephane Nicoll 3 years ago
parent
commit
6e15177650
  1. 2
      ci/images/get-docker-url.sh

2
ci/images/get-docker-url.sh

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#!/bin/bash
set -e
version="23.0.3"
version="23.0.4"
echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";

Loading…
Cancel
Save