File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11FROM php:%%PHP_VERSION%%-%%VARIANT%%
22
3+ ENV UPLOAD_PROGRESS_EXT_URL="https://github.com/php/pecl-php-uploadprogress/archive/refs/tags/uploadprogress-2.0.2.tar.gz"
4+ ENV UPLOAD_PROGRESS_SHA256="fe3f6cdfcedad563c970c4fd1cda31e422cfc0df5cc9a217d8c80ed3c8d137f5"
5+
36# install and docker-entrypoint.sh dependencies
47RUN apk add --no-cache \
58 bash \
Original file line number Diff line number Diff line change 11# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
22FROM php:8.3-fpm-alpine
33
4+ ENV UPLOAD_PROGRESS_EXT_URL="https://github.com/php/pecl-php-uploadprogress/archive/refs/tags/uploadprogress-2.0.2.tar.gz"
5+ ENV UPLOAD_PROGRESS_SHA256="fe3f6cdfcedad563c970c4fd1cda31e422cfc0df5cc9a217d8c80ed3c8d137f5"
6+
47# install and docker-entrypoint.sh dependencies
58RUN apk add --no-cache \
69 bash \
You can’t perform that action at this time.
0 commit comments