Skip to content

Commit 96932df

Browse files
committed
chore: use a base image
1 parent e5ff821 commit 96932df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Build stage
22
FROM golang:1.22 AS builder
3+
4+
# Ubuntu
5+
FROM ubuntu:24.04
36
ENV GO111MODULE=on
47

58
RUN apt-get update && apt-get install -y ca-certificates
69

10+
COPY --from=builder /usr/local/go/bin/go /bin/go
711
COPY toru.bin /bin/toru
812
COPY config.sample.toml /config/config.toml
913

0 commit comments

Comments
 (0)