File tree Expand file tree Collapse file tree
deploy/github/log/sequence_and_integrate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM golang:1.21.5 -alpine3.17 @sha256:92cb87af996ec6befc85f0aec27e12ead2fab396695fa8a7abff79e021e58195 AS build
1+ FROM golang:1.23.7 -alpine3.20 @sha256:ba3bc885fdb001d0e84a6f4d1735d7cc03ebfe0f1c35337ad1d0e7869aedd516 AS builder
22
33WORKDIR /src/
44# Note: this could be a bit surprising as folks who pinned their action to some particular version
@@ -12,7 +12,7 @@ FROM alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff45
1212RUN apk add --no-cache bash git
1313
1414COPY entrypoint.sh /entrypoint.sh
15- COPY --from=build /go/bin/integrate /bin/integrate
16- COPY --from=build /go/bin/sequence /bin/sequence
15+ COPY --from=builder /go/bin/integrate /bin/integrate
16+ COPY --from=builder /go/bin/sequence /bin/sequence
1717
1818ENTRYPOINT ["/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments