Skip to content

Commit

Permalink
[shopsys] Upgraded to PHP 8.3 (#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin authored Feb 9, 2024
2 parents a1a7c09 + a325042 commit e7c3e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DEBIAN_VERSION=bullseye
ARG NODE_MAJOR=16

FROM php:8.1-fpm-${DEBIAN_VERSION}
FROM php:8.3-fpm-${DEBIAN_VERSION}

ARG NODE_MAJOR
ARG DEBIAN_VERSION
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Shopsys PHP Image

Shopsys PHP Image is an optimized docker image for running Shopsys Platform in production and development environments.
It is based on `php:8.1-fpm-bullseye` image and contains all necessary extensions and tools for running Shopsys Platform.
It is based on `php:8.3-fpm-bullseye` image and contains all necessary extensions and tools for running Shopsys Platform.

This repository is maintained by [shopsys/shopsys] monorepo, information about changes is in [monorepo CHANGELOG.md](https://github.com/shopsys/shopsys/blob/master/CHANGELOG.md).

Expand Down

0 comments on commit e7c3e97

Please sign in to comment.