Ubuntu 24.04

* update docker to 26.0.1
* cloudron-syslog needs to have correct perms for fifo socket
This commit is contained in:
Girish Ramakrishnan
2024-04-28 11:31:39 +02:00
parent cd5cae33ce
commit 8df97de8c6
5 changed files with 23 additions and 8 deletions

View File

@@ -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"