From d3cece77feb83784c2d11423e0803fc7b59aa49c Mon Sep 17 00:00:00 2001 From: Augustin Date: Fri, 6 Dec 2024 17:53:51 +0100 Subject: [PATCH] chore: update SDM image to be rootless (#143) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b0f34a19..2f87497e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916 +FROM docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844 WORKDIR /airbyte/integration_code @@ -26,3 +26,4 @@ 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