Skip to content

Commit

Permalink
docker-apache: update Debian to Bullseye and composer to 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Strubbl committed Nov 30, 2021
1 parent 8dee519 commit b57e397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.apache
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down

0 comments on commit b57e397

Please sign in to comment.