Skip to content

Commit

Permalink
v8.2.15
Browse files Browse the repository at this point in the history
- php 8.2.15
- phalcon 5.6.0
  • Loading branch information
joseluisq committed Jan 20, 2024
1 parent 9278aa2 commit 237d023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.14-fpm-alpine3.18
FROM php:8.2.15-fpm-alpine3.18

LABEL Maintainer="Jose Quintana <joseluisq.net>" \
Description="PHP-FPM v8.2 with essential extensions on top of Alpine Linux."
Expand All @@ -11,7 +11,7 @@ ARG COMPOSER_SUM="72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b3
ARG SWOOLE_VERSION="5.1.1"

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

# Install dependencies
RUN set -eux \
Expand Down

0 comments on commit 237d023

Please sign in to comment.