chore(deps): update docker deps

- update Nixpacks to v1.39.0
This commit is contained in:
peaklabs-dev
2025-07-18 16:25:01 +02:00
parent 889712b53a
commit 6ddca603e2
5 changed files with 12 additions and 12 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.34.0
ARG DOCKER_COMPOSE_VERSION=2.38.2
# https://github.com/docker/buildx/releases
ARG DOCKER_BUILDX_VERSION=0.22.0
ARG DOCKER_BUILDX_VERSION=0.25.0
FROM debian:12-slim