File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ARG LINUX_DISTRIBUTION=alpine
22ARG project_root='/'
33ARG NODE_MAJOR=24
4- ARG PHP_VERSION=8.3
4+ ARG PHP_VERSION=8.5
55
66# Node and Composer are already installed in the node_builder and composer_builder stages
77FROM composer:latest AS composer_builder
@@ -25,7 +25,6 @@ FROM php:${PHP_VERSION}-fpm-${LINUX_DISTRIBUTION} AS base
2525# bcmath - Arbitrary precision mathematics
2626# gd - Image processing for gd extension
2727# intl - Internationalization for intl extension
28- # opcache - Opcode cache for performance
2928# pdo_pgsql - PostgreSQL driver for PDO
3029# pgsql - PostgreSQL driver
3130# zip - Zip archive handling for zip extension
@@ -68,7 +67,6 @@ RUN apk add --no-cache --virtual .build-deps \
6867 calendar \
6968 gd \
7069 intl \
71- opcache \
7270 pdo_pgsql \
7371 pgsql \
7472 zip && \
Original file line number Diff line number Diff line change 11## Shopsys PHP Image
22
33Shopsys PHP Image is an optimized docker image for running Shopsys Platform in production and development environments.
4- It is based on ` php:8.3 -fpm-bullseye ` image and contains all necessary extensions and tools for running Shopsys Platform.
4+ It is based on ` php:8.5 -fpm-alpine ` image and contains all necessary extensions and tools for running Shopsys Platform.
55
66This repository is maintained by [ shopsys/shopsys] monorepo, information about changes is in its ` CHANGELOG ` file.
77
You can’t perform that action at this time.
0 commit comments