Skip to content

Commit

Permalink
v8.1.5
Browse files Browse the repository at this point in the history
- composer 2.3.5
- swoole 4.8.9
  • Loading branch information
joseluisq committed Apr 20, 2022
1 parent 8277a36 commit d7d0f2d
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,14 +1,14 @@
# Composer - https://hub.docker.com/_/composer
ARG COMPOSER_VERSION="2.2.9"
ARG COMPOSER_VERSION="2.3.5"
FROM composer:${COMPOSER_VERSION} as composer

FROM php:8.1.4-fpm-alpine3.15
FROM php:8.1.5-fpm-alpine3.15

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

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

# Install dependencies
RUN set -eux \
Expand Down

0 comments on commit d7d0f2d

Please sign in to comment.