Skip to content

Commit 47c0c91

Browse files
committed
use debian base image to run
1 parent 5836a2b commit 47c0c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . .
77
RUN go mod download
88
RUN GOOS=linux GOARCH=arm64 CGO_ENABLED=1 CGO_CFLAGS="-D_LARGEFILE64_SOURCE" CC=aarch64-linux-gnu-gcc go build -o /app/segments
99

10-
FROM alpine:latest
10+
FROM golang:1-bookworm
1111

1212
WORKDIR /app
1313
COPY --from=builder /app/segments /app/segments

0 commit comments

Comments
 (0)