Skip to content

Commit

Permalink
sqlsrv 5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhammes committed Mar 14, 2024
1 parent 1343451 commit fb02504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update -y || true && \
# TODO: Remove workaround
# sed -i 's/ signed-by=\/usr\/share\/keyrings\/microsoft-prod.gpg//g' /etc/apt/sources.list.d/mssql-release.list && \
apt-get install -y msodbcsql18 unixodbc-dev && \
pecl install sqlsrv-5.10.0 && \
pecl install sqlsrv-5.12.0 && \
docker-php-ext-enable sqlsrv

RUN php -m

0 comments on commit fb02504

Please sign in to comment.