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,7 +2,7 @@ FROM serversideup/php:8.2-fpm-nginx-v2.2.1
ARG TARGETPLATFORM
# https://github.com/cloudflare/cloudflared/releases
ARG CLOUDFLARED_VERSION=2024.2.1
ARG CLOUDFLARED_VERSION=2024.4.1
ARG POSTGRES_VERSION=15
RUN apt-get update