From d528250a1dbc2c3d59bb933a271b4c1c0c6ef3f9 Mon Sep 17 00:00:00 2001 From: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com> Date: Fri, 12 Dec 2025 12:55:39 +0600 Subject: [PATCH] chore(deps): bump alpine from `3.22.1` to `3.23.0` (#9935) --- Dockerfile | 2 +- Dockerfile.canary | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f0d5dfb121..fc4cd556f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22.1 +FROM alpine:3.23.0 RUN apk --no-cache add ca-certificates git COPY trivy /usr/local/bin/trivy COPY contrib/*.tpl contrib/ diff --git a/Dockerfile.canary b/Dockerfile.canary index 4b45fdcc7a..7b26ba2243 100644 --- a/Dockerfile.canary +++ b/Dockerfile.canary @@ -1,4 +1,4 @@ -FROM alpine:3.22.1 +FROM alpine:3.23.0 RUN apk --no-cache add ca-certificates git # binaries were created with GoReleaser