From 2b2fc2438c20fb978d00dd96bd57da5c97b26aef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:25:30 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f06900..b012acc 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.23 # Upgrade packages to fix vulnerabilities (e.g. busybox) and install ca-certificates RUN apk upgrade --no-cache && apk add --no-cache ca-certificates