mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
docker-apache: update Debian to Bullseye and composer to 2.1.14
This commit is contained in:
parent
8dee519904
commit
b57e397d5e
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
FROM php:7.4-apache-buster
|
||||
FROM php:7.4-apache-bullseye
|
||||
|
||||
# Use the default production configuration
|
||||
COPY contrib/docker/php.production.ini "$PHP_INI_DIR/php.ini"
|
||||
|
||||
# Install Composer
|
||||
ENV COMPOSER_VERSION=1.10.11 \
|
||||
ENV COMPOSER_VERSION=2.1.14 \
|
||||
COMPOSER_HOME=/var/www/.composer \
|
||||
COMPOSER_MEMORY_LIMIT=-1 \
|
||||
PATH="~/.composer/vendor/bin:./vendor/bin:${PATH}"
|
||||
|
|
Loading…
Reference in a new issue