chore: Update Docker and Docker Compose versions in Dockerfiles

This commit is contained in:
Andras Bacsai
2024-05-15 14:32:10 +02:00
parent 0759fb6436
commit 01c1e4f8cb
4 changed files with 9 additions and 9 deletions

View File

@@ -2,11 +2,11 @@ FROM debian:12-slim
ARG TARGETPLATFORM
# https://download.docker.com/linux/static/stable/
ARG DOCKER_VERSION=24.0.5
ARG DOCKER_VERSION=26.1.2
# https://github.com/docker/compose/releases
ARG DOCKER_COMPOSE_VERSION=2.21.0
ARG DOCKER_COMPOSE_VERSION=2.27.0
# https://github.com/docker/buildx/releases
ARG DOCKER_BUILDX_VERSION=0.11.2
ARG DOCKER_BUILDX_VERSION=0.14.0
USER root
WORKDIR /root