Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit c38b9f6

Browse files
authored
Update Dockerfile to build with go1.21 (#150)
2 parents 3d9c19b + e51f6bd commit c38b9f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20-bullseye as build
1+
FROM golang:1.21-bullseye as build
22

33
WORKDIR /go/src/motion
44

@@ -12,4 +12,4 @@ RUN CGO_ENABLED=0 go build -o /go/bin/motion ./cmd/motion
1212
FROM gcr.io/distroless/static-debian12
1313
COPY --from=build /go/bin/motion /usr/bin/
1414

15-
ENTRYPOINT ["/usr/bin/motion"]
15+
ENTRYPOINT ["/usr/bin/motion"]

0 commit comments

Comments
 (0)