Chore: Bump all dependencies (#5216)

* chore: bump all docker dependecies

* chore: update composer and npm dep
This commit is contained in:
🏔️ Peak
2025-02-24 18:08:54 +01:00
committed by GitHub
parent 40b65d78dd
commit a46caf209f
14 changed files with 1160 additions and 882 deletions

View File

@@ -1,10 +1,10 @@
# Versions
# https://download.docker.com/linux/static/stable/
ARG DOCKER_VERSION=27.4.1
ARG DOCKER_VERSION=28.0.0
# https://github.com/docker/compose/releases
ARG DOCKER_COMPOSE_VERSION=2.32.2
ARG DOCKER_COMPOSE_VERSION=2.33.1
# https://github.com/docker/buildx/releases
ARG DOCKER_BUILDX_VERSION=0.19.3
ARG DOCKER_BUILDX_VERSION=0.21.1
FROM debian:12-slim