Skip to content

Commit 54cbee0

Browse files
committed
remove base image default
1 parent 5e0743e commit 54cbee0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

airbyte_cdk/utils/docker_image_templates.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@
110110
# This Dockerfile replicates the dagger-based build process for Java connectors
111111
112112
# Build arguments
113-
ARG JDK_VERSION=21-al2023
114-
ARG BASE_IMAGE=amazoncorretto:${JDK_VERSION}
113+
ARG BASE_IMAGE
115114
116115
# Base image - using Amazon Corretto (Amazon's distribution of OpenJDK)
117116
FROM ${BASE_IMAGE}

0 commit comments

Comments
 (0)