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.5 " ,
4+ "version" : " 0.0.6 " ,
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 @@ -7,8 +7,8 @@ echo "Activating feature 'alpine-php-mssql'"
77apk --no-cache add curl
88
99# Download the desired package(s)
10- curl -O https://download.microsoft.com/download/7/6/d/76de322a-d860-4894-9945-f0cc5d6a45f8 /msodbcsql18_18.4 .1.1-1_amd64.apk
11- curl -O https://download.microsoft.com/download/7/6/d/76de322a-d860-4894-9945-f0cc5d6a45f8 /mssql-tools18_18.4 .1.1-1_amd64.apk
10+ curl -O https://download.microsoft.com/download/9dcab408-e0d4-4571-a81a-5a0951e3445f /msodbcsql18_18.6 .1.1-1_amd64.apk
11+ curl -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)
1414apk add --allow-untrusted msodbcsql18_18.4.1.1-1_amd64.apk
You can’t perform that action at this time.
0 commit comments