Skip to content

Commit

Permalink
v8.2.16 (#33)
Browse files Browse the repository at this point in the history
- composer 2.7.1
- swoole 5.1.2
- phalcon 5.6.1
  • Loading branch information
joseluisq authored Feb 27, 2024
1 parent dc0233e commit 1639cec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions 8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
FROM php:8.2.15-fpm-alpine3.18
FROM php:8.2.16-fpm-alpine3.18

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.6.6"
ARG COMPOSER_SUM="72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314"
ARG COMPOSER_VERSION="2.7.1"
ARG COMPOSER_SUM="1ffd0be3f27e237b1ae47f9e8f29f96ac7f50a0bd9eef4f88cdbe94dd04bfff0"

# 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.6.0"
ARG PHALCON_VERSION="5.6.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 @@ -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.6 | v2.6 |
| composer | v2.6 | v2.7 | v2.6 |

**Footnotes**

Expand Down

0 comments on commit 1639cec

Please sign in to comment.