Skip to content

Commit 4207d67

Browse files
Update golang:1.23.4-bookworm Docker digest to 95db116
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent b98dc4e commit 4207d67

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

integration/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This Dockerfile builds a base image for the certificate-transparency-go CloudBuild integration testing.
22
# See https://hub.docker.com/_/golang for the set of golang base images.
3-
FROM golang:1.23.4-bookworm@sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a as ct_testbase
3+
FROM golang:1.23.4-bookworm@sha256:95db116434e3f21a2a15600ffc7169bf380c6bfd021b154d106fcb346721c277 as ct_testbase
44

55
WORKDIR /testbase
66

internal/witness/cmd/feeder/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.4-bookworm@sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a as builder
1+
FROM golang:1.23.4-bookworm@sha256:95db116434e3f21a2a15600ffc7169bf380c6bfd021b154d106fcb346721c277 as builder
22

33
ARG GOFLAGS=""
44
ENV GOFLAGS=$GOFLAGS

internal/witness/cmd/witness/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.4-bookworm@sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a AS builder
1+
FROM golang:1.23.4-bookworm@sha256:95db116434e3f21a2a15600ffc7169bf380c6bfd021b154d106fcb346721c277 AS builder
22

33
ARG GOFLAGS=""
44
ENV GOFLAGS=$GOFLAGS
@@ -18,7 +18,7 @@ COPY . .
1818
RUN go build -o /build/bin/witness ./internal/witness/cmd/witness
1919

2020
# Build release image
21-
FROM golang:1.23.4-bookworm@sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a
21+
FROM golang:1.23.4-bookworm@sha256:95db116434e3f21a2a15600ffc7169bf380c6bfd021b154d106fcb346721c277
2222

2323
COPY --from=builder /build/bin/witness /bin/witness
2424
ENTRYPOINT ["/bin/witness"]

0 commit comments

Comments
 (0)