From 9c4e8e27e7353f8a545474d6d08de6ceaf1dc80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 09:22:44 +0000 Subject: [PATCH] :seedling:(deps): Bump alpine Bumps the all-docker-deps group in /deploy/github/log/sequence_and_integrate with 1 update: alpine. Updates `alpine` from 3.24.1 to 3.24.2 --- updated-dependencies: - dependency-name: alpine dependency-version: 3.24.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-docker-deps ... Signed-off-by: dependabot[bot] --- deploy/github/log/sequence_and_integrate/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/github/log/sequence_and_integrate/Dockerfile b/deploy/github/log/sequence_and_integrate/Dockerfile index 7e8ff81..0fb7b5b 100644 --- a/deploy/github/log/sequence_and_integrate/Dockerfile +++ b/deploy/github/log/sequence_and_integrate/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /src/ RUN CGO_ENABLED=0 go install github.com/transparency-dev/serverless-log/cmd/integrate@HEAD RUN CGO_ENABLED=0 go install github.com/transparency-dev/serverless-log/cmd/sequence@HEAD -FROM alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b +FROM alpine:3.24.2@sha256:31b6477333eb8257db9e5d7c3a7264fd0467928756f0bbcc27d35bea5d28cdbd RUN apk add --no-cache bash git