We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1348d8 commit 1803f42Copy full SHA for 1803f42
layers/sqlsrv/Dockerfile
@@ -10,9 +10,9 @@ RUN yum -y install unixODBC-devel-2.3.1-14.amzn2.x86_64
10
RUN curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-release.repo
11
RUN ACCEPT_EULA=Y yum -y install msodbcsql17-17.10.1.1-1.x86_64
12
13
-RUN if [ "$PHP_VERSION" = "83" ]; \
14
- then SQLSRV_VERSION=5.12.0beta1 ; \
15
- else SQLSRV_VERSION=5.11.1 ; \
+RUN if [ "$PHP_VERSION" = "80" ]; \
+ then SQLSRV_VERSION=5.11.1 ; \
+ else SQLSRV_VERSION=5.12.0 ; \
16
fi ; \
17
pecl install sqlsrv-${SQLSRV_VERSION} && \
18
pecl install pdo_sqlsrv-${SQLSRV_VERSION}
0 commit comments