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