Skip to content

Commit

Permalink
v8.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Mar 28, 2023
1 parent 30f4370 commit a7e5da5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 8.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM php:8.0.27-fpm-alpine3.16
FROM php:8.0.28-fpm-alpine3.16

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

# Composer - https://getcomposer.org/download/
ARG COMPOSER_VERSION="2.5.3"
ARG COMPOSER_SUM="2e1061821951c6a5ece033a025d06296d4a1d056fee2f4bebd35815cf4b1b0f9"
ARG COMPOSER_VERSION="2.5.5"
ARG COMPOSER_SUM="566a6d1cf4be1cc3ac882d2a2a13817ffae54e60f5aa7c9137434810a5809ffc"

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

0 comments on commit a7e5da5

Please sign in to comment.