Skip to content

Commit 10ce110

Browse files
committed
Revert "chore: revert SDM image change (#145)"
This reverts commit 59505ff.
1 parent 59505ff commit 10ce110

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
1+
FROM docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844
22

33
WORKDIR /airbyte/integration_code
44

@@ -26,3 +26,4 @@ RUN rm -rf dist/ pyproject.toml poetry.lock README.md
2626
# Set the entrypoint
2727
ENV AIRBYTE_ENTRYPOINT="python /airbyte/integration_code/main.py"
2828
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
29+
USER airbyte

0 commit comments

Comments
 (0)