feat(dep): bump all dependencies

This commit is contained in:
peaklabs-dev
2025-03-31 18:50:42 +02:00
parent 04349d9b05
commit 03b0ee59f6
12 changed files with 557 additions and 1215 deletions

View File

@@ -2,9 +2,9 @@
# https://download.docker.com/linux/static/stable/
ARG DOCKER_VERSION=28.0.0
# https://github.com/docker/compose/releases
ARG DOCKER_COMPOSE_VERSION=2.33.1
ARG DOCKER_COMPOSE_VERSION=2.34.0
# https://github.com/docker/buildx/releases
ARG DOCKER_BUILDX_VERSION=0.21.1
ARG DOCKER_BUILDX_VERSION=0.22.0
FROM debian:12-slim