Skip to content

Commit

Permalink
v8.2.7
Browse files Browse the repository at this point in the history
- composer 2.5.8
  • Loading branch information
joseluisq committed Jun 12, 2023
1 parent 671ec4b commit 77b7522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM php:8.2.6-fpm-alpine3.17
FROM php:8.2.7-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.5.5"
ARG COMPOSER_SUM="566a6d1cf4be1cc3ac882d2a2a13817ffae54e60f5aa7c9137434810a5809ffc"
ARG COMPOSER_VERSION="2.5.8"
ARG COMPOSER_SUM="f07934fad44f9048c0dc875a506cca31cc2794d6aebfc1867f3b1fbf48dce2c5"

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

0 comments on commit 77b7522

Please sign in to comment.