Ubuntu 24.04
* update docker to 26.0.1 * cloudron-syslog needs to have correct perms for fifo socket
This commit is contained in:
@@ -82,8 +82,8 @@ systemctl stop unbound || true
|
||||
systemctl enable --now systemd-resolved
|
||||
|
||||
# https://docs.docker.com/engine/installation/linux/ubuntulinux/
|
||||
readonly docker_version="23.0.6"
|
||||
readonly containerd_version="1.6.21-1"
|
||||
readonly docker_version="26.0.1"
|
||||
readonly containerd_version="1.6.31-1"
|
||||
if ! which docker 2>/dev/null || [[ $(docker version --format {{.Client.Version}}) != "${docker_version}" ]]; then
|
||||
log "installing/updating docker"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user