Skip to content

Commit

Permalink
v8.2.12
Browse files Browse the repository at this point in the history
- composer 2.6.5
- phalcon 5.4.0
- swoole 5.1.0 (64-bit only)
  • Loading branch information
joseluisq committed Oct 29, 2023
1 parent 0ff99a9 commit 6ebb144
Showing 1 changed file with 4 additions and 4 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.11-fpm-alpine3.17
FROM php:8.2.12-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.6.4"
ARG COMPOSER_SUM="5a39f3e2ce5ba391ee3fecb227faf21390f5b7ed5c56f14cab9e1c3048bcf8b8"
ARG COMPOSER_VERSION="2.6.5"
ARG COMPOSER_SUM="9a18e1a3aadbcb94c1bafd6c4a98ff931f4b43a456ef48575130466e19f05dd6"

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

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

# Install dependencies
RUN set -eux \
Expand Down

0 comments on commit 6ebb144

Please sign in to comment.