Skip to content

Commit

Permalink
v8.0.19
Browse files Browse the repository at this point in the history
- swoole 4.8.10
  • Loading branch information
joseluisq committed May 16, 2022
1 parent 9f46698 commit 76a62d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 8.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
ARG COMPOSER_VERSION="2.3.5"
FROM composer:${COMPOSER_VERSION} as composer

FROM php:8.0.18-fpm-alpine3.15
FROM php:8.0.19-fpm-alpine3.15

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

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

# Install dependencies
RUN set -eux \
Expand Down

0 comments on commit 76a62d2

Please sign in to comment.