From 59505ffdb235c8344a7a82d222700b17028119a8 Mon Sep 17 00:00:00 2001 From: Augustin Date: Fri, 6 Dec 2024 18:09:36 +0100 Subject: [PATCH] chore: revert SDM image change (#145) --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2f87497e6..3b0f34a19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844 +FROM docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916 WORKDIR /airbyte/integration_code @@ -26,4 +26,3 @@ RUN rm -rf dist/ pyproject.toml poetry.lock README.md # Set the entrypoint ENV AIRBYTE_ENTRYPOINT="python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -USER airbyte