Skip to content

Commit

Permalink
v8.3.3
Browse files Browse the repository at this point in the history
- composer 2.7.1
- swoole 5.1.2
  • Loading branch information
joseluisq committed Feb 27, 2024
1 parent ffc1627 commit 182c627
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 8.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM php:8.3.2-fpm-alpine3.18
FROM php:8.3.3-fpm-alpine3.18

LABEL Maintainer="Jose Quintana <joseluisq.net>" \
Description="PHP-FPM v8.3 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.4.0"
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.6 |
| composer | v2.6 | v2.7 | v2.7 |

**Footnotes**

Expand Down

0 comments on commit 182c627

Please sign in to comment.