File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " alpine-php-mssql" ,
33 "id" : " alpine-php-mssql" ,
4- "version" : " 0.0.6 " ,
4+ "version" : " 0.0.7 " ,
55 "description" : " Installs mssql driver for php on alpine" ,
66 "documentationURL" : " https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-mssql"
77}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ curl -O https://download.microsoft.com/download/9dcab408-e0d4-4571-a81a-5a0951e3
1111curl -O https://download.microsoft.com/download/b60bb8b6-d398-4819-9950-2e30cf725fb0/mssql-tools18_18.6.1.1-1_amd64.apk
1212
1313# Install the package(s)
14- apk add --allow-untrusted msodbcsql18_18.4 .1.1-1_amd64.apk
15- apk add --allow-untrusted mssql-tools18_18.4 .1.1-1_amd64.apk
14+ apk add --allow-untrusted msodbcsql18_18.6 .1.1-1_amd64.apk
15+ apk add --allow-untrusted mssql-tools18_18.6 .1.1-1_amd64.apk
1616# TODO path like this is not updated
1717PATH=" $PATH :/opt/mssql-tools18/bin"
1818
You can’t perform that action at this time.
0 commit comments