Skip to content

Commit

Permalink
Update MSODBC to version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
volcan01010 committed May 17, 2024
1 parent c5b2c92 commit 981a22a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl https://packages.microsoft.com/keys/microsoft.asc > microsoft.asc && \
curl https://packages.microsoft.com/config/debian/11/prod.list > /etc/apt/sources.list.d/mssql-release.list && \
apt-get update -y && \
ACCEPT_EULA=y apt-get install -y \
msodbcsql17 \
msodbcsql18 \
unixodbc-dev

# Install Python modules
Expand Down
1 change: 0 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ etlhelper.row_factories
:members:



.. _db_helpers:

DB Helpers
Expand Down

0 comments on commit 981a22a

Please sign in to comment.