Skip to content

Commit 29d5c47

Browse files
Bump golang from 9c7ea4a to 61f84bc in /internal/witness/cmd/witness (#1171)
Bumps golang from `9c7ea4a` to `61f84bc`. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad93de9 commit 29d5c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/witness/cmd/witness/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21.1-bookworm@sha256:9c7ea4a4924ae24913401af45c9b6f439d0f782267584738d1cc1099d8b7a02c AS builder
1+
FROM golang:1.21.1-bookworm@sha256:61f84bc8cddb878258b2966d682c11a1317e97a371ff0da98823d9e326d9dac1 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.21.1-bookworm@sha256:9c7ea4a4924ae24913401af45c9b6f439d0f782267584738d1cc1099d8b7a02c
21+
FROM golang:1.21.1-bookworm@sha256:61f84bc8cddb878258b2966d682c11a1317e97a371ff0da98823d9e326d9dac1
2222

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

0 commit comments

Comments
 (0)