From 7c8043716283e03780b44ac46b1c8d7393348832 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Aug 2022 19:43:51 +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-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2933515 - 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..4335fd19cf 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.9.13-slim ARG ORACLE_ODBC_VERSION=12.2