Skip to content

Commit bcb9f49

Browse files
authored
Bump Docker builder to version supported by go.mod (#260)
1 parent 52286ce commit bcb9f49

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • deploy/github/log/sequence_and_integrate

deploy/github/log/sequence_and_integrate/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
WORKDIR /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
1212
RUN apk add --no-cache bash git
1313

1414
COPY 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

1818
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)