4 lines
98 B
Bash
4 lines
98 B
Bash
#!/bin/bash
|
|
|
|
apt-cache madison docker-ce | cut -d'|' -f2 | tr -d ' ' | head -n 1 > docker.version
|