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

@@ -4,15 +4,15 @@ ARG BASE_IMAGE=alpine:3.21
# 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
# https://github.com/buildpacks/pack/releases
ARG PACK_VERSION=0.36.4
ARG PACK_VERSION=0.37.0
# https://github.com/railwayapp/nixpacks/releases
ARG NIXPACKS_VERSION=1.33.0
ARG NIXPACKS_VERSION=1.34.1
# https://github.com/minio/mc/releases
ARG MINIO_VERSION=RELEASE.2025-02-15T10-36-16Z
ARG MINIO_VERSION=RELEASE.2025-03-12T17-29-24Z
FROM minio/mc:${MINIO_VERSION} AS minio-client

View File

@@ -2,7 +2,7 @@
# https://hub.docker.com/r/serversideup/php/tags?name=8.4-fpm-nginx-alpine
ARG SERVERSIDEUP_PHP_VERSION=8.4-fpm-nginx-alpine
# https://github.com/minio/mc/releases
ARG MINIO_VERSION=RELEASE.2025-02-15T10-36-16Z
ARG MINIO_VERSION=RELEASE.2025-03-12T17-29-24Z
# https://github.com/cloudflare/cloudflared/releases
ARG CLOUDFLARED_VERSION=2025.2.0
# https://www.postgresql.org/support/versioning/

View File

@@ -2,7 +2,7 @@
# https://hub.docker.com/r/serversideup/php/tags?name=8.4-fpm-nginx-alpine
ARG SERVERSIDEUP_PHP_VERSION=8.4-fpm-nginx-alpine
# https://github.com/minio/mc/releases
ARG MINIO_VERSION=RELEASE.2025-02-15T10-36-16Z
ARG MINIO_VERSION=RELEASE.2025-03-12T17-29-24Z
# https://github.com/cloudflare/cloudflared/releases
ARG CLOUDFLARED_VERSION=2025.2.0
# https://www.postgresql.org/support/versioning/

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