File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# This Dockerfile builds a base image for the certificate-transparency-go CloudBuild integration testing.
2
2
# 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
4
4
5
5
WORKDIR /testbase
6
6
Original file line number Diff line number Diff line change 1
- FROM golang:1.23.4-bookworm@sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a as builder
1
+ FROM golang:1.23.4-bookworm@sha256:95db116434e3f21a2a15600ffc7169bf380c6bfd021b154d106fcb346721c277 as builder
2
2
3
3
ARG GOFLAGS=""
4
4
ENV GOFLAGS=$GOFLAGS
Original file line number Diff line number Diff line change 1
- FROM golang:1.23.4-bookworm@sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a AS builder
1
+ FROM golang:1.23.4-bookworm@sha256:95db116434e3f21a2a15600ffc7169bf380c6bfd021b154d106fcb346721c277 AS builder
2
2
3
3
ARG GOFLAGS=""
4
4
ENV GOFLAGS=$GOFLAGS
@@ -18,7 +18,7 @@ COPY . .
18
18
RUN go build -o /build/bin/witness ./internal/witness/cmd/witness
19
19
20
20
# Build release image
21
- FROM golang:1.23.4-bookworm@sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a
21
+ FROM golang:1.23.4-bookworm@sha256:95db116434e3f21a2a15600ffc7169bf380c6bfd021b154d106fcb346721c277
22
22
23
23
COPY --from=builder /build/bin/witness /bin/witness
24
24
ENTRYPOINT ["/bin/witness" ]
You can’t perform that action at this time.
0 commit comments