Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
robol committed Jan 23, 2024
2 parents bfe147d + f8ff17f commit 6d8ea52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-apache
FROM php:8.1-apache-bullseye

RUN apt-get update && apt-get install -y \
libfreetype6-dev \
Expand All @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \
&& php /tmp/composer-setup.php --install-dir=/usr/local/bin \
&& docker-php-ext-install gd ldap pdo_mysql intl zip curl opcache pdo_pgsql

ENV NODE_VERSION=18.15.0
ENV NODE_VERSION=18.19.0
ENV PATH="/node-v${NODE_VERSION}-linux-x64/bin:${PATH}"

RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" \
Expand Down

0 comments on commit 6d8ea52

Please sign in to comment.