From 4fc0905b4d4bcd38e92d35b6ae17dc6f794b3b87 Mon Sep 17 00:00:00 2001 From: Alexandros Milaios Date: Thu, 12 Oct 2023 15:40:03 +0300 Subject: [PATCH] fix: update pyton base image --- airbyte-integrations/connectors/source-hubspot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-hubspot/Dockerfile b/airbyte-integrations/connectors/source-hubspot/Dockerfile index 1c7d1301fbe0..ce8be3f529cd 100644 --- a/airbyte-integrations/connectors/source-hubspot/Dockerfile +++ b/airbyte-integrations/connectors/source-hubspot/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.11-alpine3.15 as base +FROM python:3.9.18-alpine3.18 as base # build and load all requirements FROM base as builder