dbt-sqlserver icon indicating copy to clipboard operation
dbt-sqlserver copied to clipboard

Update to remove apt-key deprecation warning

Open alison985 opened this issue 2 years ago • 1 comments
trafficstars

When using the CI.Dockerfile versioned link, running the curl command to get the Microsoft key in order to install the Microsoft ODBC Driver provides a warning that apt-key is being deprecated. I assume this will need a code upgrade.

root@DOCKER_CONTAINER_NAME:/$ curl -sL https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).

alison985 avatar Jul 18 '23 20:07 alison985

I actually just had to solve this. Perhaps I can work on it.

raginjason avatar Aug 17 '23 19:08 raginjason