Skip to content

Commit

Permalink
v8.2.11
Browse files Browse the repository at this point in the history
- composer 2.6.4
- xdebug 3.2.2
  • Loading branch information
joseluisq committed Sep 30, 2023
1 parent 647a312 commit 0263f3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM php:8.1.23-fpm-alpine3.17
FROM php:8.1.24-fpm-alpine3.17

LABEL Maintainer="Jose Quintana <joseluisq.net>" \
Description="PHP-FPM v8.1 with essential extensions on top of Alpine Linux."

# Composer - https://getcomposer.org/download/
ARG COMPOSER_VERSION="2.6.2"
ARG COMPOSER_SUM="88c84d4a53fcf1c27d6762e1d5d6b70d57c6dc9d2e2314fd09dbf86bf61e1aef"
ARG COMPOSER_VERSION="2.6.4"
ARG COMPOSER_SUM="5a39f3e2ce5ba391ee3fecb227faf21390f5b7ed5c56f14cab9e1c3048bcf8b8"

# Swoole - https://github.com/swoole/swoole-src
ARG SWOOLE_VERSION="5.0.3"
Expand Down

0 comments on commit 0263f3f

Please sign in to comment.