Skip to content

Commit 8a37aae

Browse files
committed
update alpine-php-mssql fix package installation links
1 parent 6fafb2a commit 8a37aae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
}

src/alpine-php-mssql/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ curl -O https://download.microsoft.com/download/9dcab408-e0d4-4571-a81a-5a0951e3
1111
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)
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
1717
PATH="$PATH:/opt/mssql-tools18/bin"
1818

0 commit comments

Comments
 (0)