From 7b5b785fbe09a8b038e5a10d94722d051984c0b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 13:40:08 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f06900..e5f5f2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-w -s" -o databricks-connector cmd/databricks-connector/main.go # Final stage -FROM alpine:3.21 +FROM alpine:3.24 # Upgrade packages to fix vulnerabilities (e.g. busybox) and install ca-certificates RUN apk upgrade --no-cache && apk add --no-cache ca-certificates