Updated to swoole 4.6.3

This commit is contained in:
Alejandro Celaya
2021-02-09 22:55:30 +01:00
parent d310c53cce
commit 1c492881e1
4 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ FROM php:8.0.2-alpine3.13 as base
ARG SHLINK_VERSION=2.5.2
ENV SHLINK_VERSION ${SHLINK_VERSION}
ENV SWOOLE_VERSION 4.6.2
ENV SWOOLE_VERSION 4.6.3
ENV PDO_SQLSRV_VERSION 5.9.0
ENV LC_ALL "C"