From 6821a51b5161ec86ff3a457b6eb2622806097b8e Mon Sep 17 00:00:00 2001 From: Saugat Acharya Date: Fri, 29 Dec 2023 13:58:53 +0545 Subject: [PATCH] pyodbc v2.1.0 --- images/pyodbc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/pyodbc/README.md b/images/pyodbc/README.md index 208a219..d82647d 100644 --- a/images/pyodbc/README.md +++ b/images/pyodbc/README.md @@ -15,7 +15,7 @@ $ docker pull laudio/pyodbc Usually this is expected to be used as a base image for your python app or scripts that requires pyodbc; in such such your `Dockerfile` might look something like this: ```Dockerfile -FROM laudio/pyodbc:2.0.0 +FROM laudio/pyodbc:2.1.0 WORKDIR /source