Skip to content

Commit

Permalink
v8.1.28 (#34)
Browse files Browse the repository at this point in the history
- composer 2.7.6
- swoole 5.1.2
- phalcon 5.6.2
  • Loading branch information
joseluisq authored May 9, 2024
1 parent 770c561 commit 331c2aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions 8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
FROM php:8.1.27-fpm-alpine3.18
FROM php:8.1.28-fpm-alpine3.18

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

# Composer - https://getcomposer.org/download/
ARG COMPOSER_VERSION="2.6.6"
ARG COMPOSER_SUM="72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314"
ARG COMPOSER_VERSION="2.7.6"
ARG COMPOSER_SUM="29dc9a19ef33535db061b31180b2a833a7cf8d2cf4145b33a2f83504877bba08"

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

# Phalcon - https://github.com/phalcon/cphalcon
ARG PHALCON_VERSION="5.5.0"
ARG PHALCON_VERSION="5.6.2"

# 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 @@ -88,7 +88,7 @@ However, you can still find legacy versions like `7.4.x` or `8.0.x` on [Releases
| zstd ||||
| &nbsp; | &nbsp; | &nbsp; | &nbsp; |
| **Others** | | | |
| composer | v2.6 | v2.7 | v2.7 |
| composer | v2.7 | v2.7 | v2.7 |

**Footnotes**

Expand Down

0 comments on commit 331c2aa

Please sign in to comment.