Updated to latest docker images and openswoole

This commit is contained in:
Alejandro Celaya
2022-01-10 17:10:36 +01:00
parent 9215f9beb5
commit 629f8ece7a
6 changed files with 11 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
FROM php:8.1.0-alpine3.15 as base
FROM php:8.1.1-alpine3.15 as base
ARG SHLINK_VERSION=latest
ENV SHLINK_VERSION ${SHLINK_VERSION}
ENV OPENSWOOLE_VERSION 4.8.1
ENV OPENSWOOLE_VERSION 4.9.1
ENV PDO_SQLSRV_VERSION 5.10.0beta2
ENV MS_ODBC_SQL_VERSION 17.5.2.2
ENV LC_ALL "C"