Skip to content

Commit

Permalink
Update image
Browse files Browse the repository at this point in the history
  • Loading branch information
williammck committed Feb 1, 2025
1 parent 725b194 commit a0c02cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM unit:1.33.0-php8.3
FROM unit:1.34.1-php8.3

ARG BMAC_TAG=v4.1.3
ARG BMAC_TAG=v4.1.4

# Install PHP extensions
RUN set -ex \
&& apt-get update \
&& apt-get install --no-install-recommends -y git libfreetype6 libfreetype6-dev libjpeg62-turbo libjpeg62-turbo-dev libpng16-16 libpng-dev libwebp7 libwebp-dev libzip4 libzip-dev unzip \
&& docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp \
&& docker-php-ext-install gd opcache pcntl pdo_mysql zip \
&& pecl install redis-6.0.2 \
&& pecl install redis-6.1.0 \
&& docker-php-ext-enable redis \
&& apt-get purge -y --auto-remove git libfreetype6-dev libjpeg62-turbo-dev libpng-dev libwebp-dev libzip-dev \
&& rm -rf /tmp/pear /var/lib/apt/lists/*
Expand Down

0 comments on commit a0c02cd

Please sign in to comment.