Skip to content

Commit

Permalink
v8.2.17
Browse files Browse the repository at this point in the history
- php 8.2.17
- composer 2.7.2
- phalcon 5.6.2
  • Loading branch information
joseluisq committed Mar 29, 2024
1 parent 36c5745 commit 217332f
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.16-fpm-alpine3.18
FROM php:8.2.17-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.7.1"
ARG COMPOSER_SUM="1ffd0be3f27e237b1ae47f9e8f29f96ac7f50a0bd9eef4f88cdbe94dd04bfff0"
ARG COMPOSER_VERSION="2.7.2"
ARG COMPOSER_SUM="049b8e0ed9f264d770a0510858cffbc35401510759edc9a784b3a5c6e020bcac"

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

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

# Install dependencies
RUN set -eux \
Expand Down

0 comments on commit 217332f

Please sign in to comment.