Skip to content

Commit

Permalink
Java 21 Upgrade: Run Connector Builder on Java 21 Image. (#10360)
Browse files Browse the repository at this point in the history
Do #10313 for Connector Builder Server.
  • Loading branch information
davinchia committed Dec 14, 2023
1 parent 885c5cf commit d4ba1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-connector-builder-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=airbyte/airbyte-base-java-python-image:1.0
ARG BASE_IMAGE=airbyte/airbyte-base-java-python-image:1.1.0
FROM ${BASE_IMAGE} AS connector-builder-server

# Set up CDK requirements
Expand Down

0 comments on commit d4ba1b8

Please sign in to comment.