File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.19 as builder
1+ FROM alpine:3.22 as builder
22
33RUN ["apk" , "add" , "jq" ]
44RUN ["apk" , "add" , "bash" ]
@@ -13,7 +13,7 @@ ARG ARCH
1313RUN /build/docker/setup.sh
1414
1515# Start from a fresh base image, to remove any build artifacts and scripts.
16- FROM alpine:3.19
16+ FROM alpine:3.22
1717
1818ENV DATABRICKS_TF_EXEC_PATH "/app/bin/terraform"
1919ENV DATABRICKS_TF_CLI_CONFIG_FILE "/app/config/config.tfrc"
Original file line number Diff line number Diff line change 77### CLI
88
99### Dependency updates
10+ * Bump Alpine Linux to 3.22 in the Docker image ([ #3942 ] ( https://github.com/databricks/cli/pull/3942 ) )
1011
1112### Bundles
1213* Update templates to use serverless environment version 4 and matching Python version ([ #3897 ] ( https://github.com/databricks/cli/pull/3897 ) )
You can’t perform that action at this time.
0 commit comments