Skip to content

Commit

Permalink
v8.2.10
Browse files Browse the repository at this point in the history
- composer 2.6.2
- phalcon 5.3.1
  • Loading branch information
joseluisq committed Sep 15, 2023
1 parent fe63745 commit 1fb1db6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
FROM php:8.2.9-fpm-alpine3.17
FROM php:8.2.10-fpm-alpine3.17

LABEL Maintainer="Jose Quintana <joseluisq.net>" \
Description="PHP-FPM v8.2 with essential extensions on top of Alpine Linux."

# Composer - https://getcomposer.org/download/
ARG COMPOSER_VERSION="2.5.8"
ARG COMPOSER_SUM="f07934fad44f9048c0dc875a506cca31cc2794d6aebfc1867f3b1fbf48dce2c5"
ARG COMPOSER_VERSION="2.6.2"
ARG COMPOSER_SUM="88c84d4a53fcf1c27d6762e1d5d6b70d57c6dc9d2e2314fd09dbf86bf61e1aef"

# Swoole - https://github.com/swoole/swoole-src
ARG SWOOLE_VERSION="5.0.3"

# Phalcon - https://github.com/phalcon/cphalcon
ARG PHALCON_VERSION="5.3.0"
ARG PHALCON_VERSION="5.3.1"

# Install dependencies
RUN set -eux \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
| zip ||||
| &nbsp; | &nbsp; | &nbsp; | &nbsp; |
| **Others** | | | |
| composer | v2.5 | v2.5 | v2.5 |
| composer | v2.5 | v2.6 | v2.6 |

**Footnotes**

Expand Down

0 comments on commit 1fb1db6

Please sign in to comment.