From d75902039efe56d6c53f74b009791d228a45718a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 May 2022 19:45:17 +0000 Subject: [PATCH] fix: tutorials/migrate-oracle-postgres-using-datastream/ora2pg/DataValidationDockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569406 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2426310 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-567125 --- .../ora2pg/DataValidationDockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/migrate-oracle-postgres-using-datastream/ora2pg/DataValidationDockerfile b/tutorials/migrate-oracle-postgres-using-datastream/ora2pg/DataValidationDockerfile index e047c05ff8..0e75f3a385 100644 --- a/tutorials/migrate-oracle-postgres-using-datastream/ora2pg/DataValidationDockerfile +++ b/tutorials/migrate-oracle-postgres-using-datastream/ora2pg/DataValidationDockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.8.0-slim +FROM python:3.8-slim ARG ORACLE_ODBC_VERSION=12.2