diff --git a/deploy/github/log/sequence_and_integrate/Dockerfile b/deploy/github/log/sequence_and_integrate/Dockerfile index e9b4c38..e63a0f3 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.23.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 +FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 RUN apk add --no-cache bash git