From 8512e357067ef9bc438dcd21d63c7c986fc428ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Oct 2024 03:24:30 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2359255 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2403510 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-2807596 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 77475ce220d..f1ce89c8b78 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,7 @@ ARG build_for=linux/amd64 ## # base image (abstract) ## -FROM --platform=$build_for python:3.9.9-slim-bullseye as base +FROM --platform=$build_for python:3.12.7-slim-bullseye as base # N.B. The refs updated automagically every release via bumpversion # N.B. dbt-postgres is currently found in the core codebase so a value of dbt-core@ is correct