Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: PHP 8.1.22 -> 8.1.28 + xz
Browse files Browse the repository at this point in the history
curious-mike-dvc committed Jul 19, 2024
1 parent 318d977 commit 593303a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#FROM node:20.0.0-alpine as node
FROM node:19.9.0-alpine AS node

FROM php:8.1.22-fpm-alpine3.16 AS base
#FROM php:8.1.28-fpm-alpine3.18 AS base
#FROM php:8.1.22-fpm-alpine3.16 AS base
FROM php:8.1.28-fpm-alpine3.18 AS base

# Setup Working Dir
WORKDIR /var/www
@@ -64,6 +64,7 @@ RUN apk add --update --no-cache \
exiftool \
imagemagick-dev \
chromium \
xz=5.2.5-r1 \
&& pecl install redis \
&& pecl install -o -f imagick

0 comments on commit 593303a

Please sign in to comment.