Skip to content

Commit 37352a5

Browse files
committed
update connector-builder to use python 3.13 base image
1 parent 55ea028 commit 37352a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/manifest_server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Example:
66
# docker build -f airbyte_cdk/manifest_server/Dockerfile -t airbyte/manifest-server .
77

8-
FROM python:3.12-slim-bookworm
8+
FROM python:3.13-slim-bookworm@sha256:ee6c0814498e24cc54424475b9611edb99072250b2b30f9fb83d9256a1469b7a
99

1010
# Install git (needed for dynamic versioning) and poetry
1111
RUN apt-get update && \

0 commit comments

Comments
 (0)