update cloudflared version
This commit is contained in:
parent
19d19112d9
commit
ec16c0f0f4
@ -2,7 +2,7 @@ FROM serversideup/php:8.2-fpm-nginx
|
|||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
# https://github.com/cloudflare/cloudflared/releases
|
# https://github.com/cloudflare/cloudflared/releases
|
||||||
ARG CLOUDFLARED_VERSION=2023.10.0
|
ARG CLOUDFLARED_VERSION=2024.2.1
|
||||||
|
|
||||||
ARG POSTGRES_VERSION=15
|
ARG POSTGRES_VERSION=15
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
@ -40,4 +40,4 @@ RUN /bin/bash -c "if [[ ${TARGETPLATFORM} == 'linux/arm64' ]]; then \
|
|||||||
RUN { \
|
RUN { \
|
||||||
echo 'upload_max_filesize=256M'; \
|
echo 'upload_max_filesize=256M'; \
|
||||||
echo 'post_max_size=256M'; \
|
echo 'post_max_size=256M'; \
|
||||||
} > /etc/php/current_version/cli/conf.d/upload-limits.ini
|
} > /etc/php/current_version/cli/conf.d/upload-limits.ini
|
||||||
|
@ -15,7 +15,7 @@ FROM serversideup/php:8.2-fpm-nginx
|
|||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
# https://github.com/cloudflare/cloudflared/releases
|
# https://github.com/cloudflare/cloudflared/releases
|
||||||
ARG CLOUDFLARED_VERSION=2023.10.0
|
ARG CLOUDFLARED_VERSION=2024.2.1
|
||||||
ARG POSTGRES_VERSION=15
|
ARG POSTGRES_VERSION=15
|
||||||
|
|
||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
@ -66,4 +66,4 @@ RUN /bin/bash -c "if [[ ${TARGETPLATFORM} == 'linux/arm64' ]]; then \
|
|||||||
RUN { \
|
RUN { \
|
||||||
echo 'upload_max_filesize=256M'; \
|
echo 'upload_max_filesize=256M'; \
|
||||||
echo 'post_max_size=256M'; \
|
echo 'post_max_size=256M'; \
|
||||||
} > /etc/php/current_version/cli/conf.d/upload-limits.ini
|
} > /etc/php/current_version/cli/conf.d/upload-limits.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user