Skip to content

Commit 8a73ff2

Browse files
authored
Update to PHP 8.5 (#4470)
2 parents 9d4f28e + 32d3618 commit 8a73ff2

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG LINUX_DISTRIBUTION=alpine
22
ARG project_root='/'
33
ARG 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
77
FROM 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 && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Shopsys PHP Image
22

33
Shopsys 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

66
This repository is maintained by [shopsys/shopsys] monorepo, information about changes is in its `CHANGELOG` file.
77

0 commit comments

Comments
 (0)