Switch to roadrunner as default docker runtime

This commit is contained in:
Alejandro Celaya
2023-04-16 13:10:24 +02:00
parent 9553192281
commit e6a31b16ed
2 changed files with 17 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ FROM php:8.2-alpine3.17 as base
ARG SHLINK_VERSION=latest
ENV SHLINK_VERSION ${SHLINK_VERSION}
ARG SHLINK_RUNTIME=openswoole
ARG SHLINK_RUNTIME=rr
ENV SHLINK_RUNTIME ${SHLINK_RUNTIME}
ENV OPENSWOOLE_VERSION 22.0.0
ENV PDO_SQLSRV_VERSION 5.10.1