From 9b204e4dada3f66f12726af0131408c3e18a1329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:22:40 +0000 Subject: [PATCH] :seedling:(deps): Bump alpine Bumps the all-docker-deps group with 1 update in the /deploy/github/log/sequence_and_integrate directory: alpine. Updates `alpine` from 3.24.0 to 3.24.1 --- updated-dependencies: - dependency-name: alpine dependency-version: 3.24.1 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 db15f1a..7e8ff81 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.0@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4 +FROM alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b RUN apk add --no-cache bash git