Skip to content

Commit

Permalink
v8.2.14
Browse files Browse the repository at this point in the history
- alpine 3.18
- composer 2.6.6
- phalcon 5.5.0
  • Loading branch information
joseluisq committed Dec 28, 2023
1 parent 019ed9d commit 0e69edc
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.13-fpm-alpine3.17
FROM php:8.2.14-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.5"
ARG COMPOSER_SUM="9a18e1a3aadbcb94c1bafd6c4a98ff931f4b43a456ef48575130466e19f05dd6"
ARG COMPOSER_VERSION="2.6.6"
ARG COMPOSER_SUM="72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314"

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

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

# Install dependencies
RUN set -eux \
Expand Down

0 comments on commit 0e69edc

Please sign in to comment.