diff --git a/docker/coolify-builder/Dockerfile b/docker/coolify-builder/Dockerfile index d6775175a..fedfc417b 100644 --- a/docker/coolify-builder/Dockerfile +++ b/docker/coolify-builder/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.17 ARG TARGETPLATFORM # https://download.docker.com/linux/static/stable/ -ARG DOCKER_VERSION=24.0.2 +ARG DOCKER_VERSION=23.0.6 # https://github.com/docker/compose/releases ARG DOCKER_COMPOSE_VERSION=2.18.1 # https://github.com/docker/buildx/releases diff --git a/docker/testing-host/Dockerfile b/docker/testing-host/Dockerfile index 87f7b764d..1fdce8a9d 100644 --- a/docker/testing-host/Dockerfile +++ b/docker/testing-host/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.17 ARG TARGETPLATFORM # https://download.docker.com/linux/static/stable/ -ARG DOCKER_VERSION=24.0.2 +ARG DOCKER_VERSION=23.0.6 # https://github.com/docker/compose/releases ARG DOCKER_COMPOSE_VERSION=2.18.1 # https://github.com/docker/buildx/releases