Skip to content

Commit fedc958

Browse files
committed
Update Dockerfile to be based on Debian Trixie
1 parent d05ab78 commit fedc958

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,12 +1,12 @@
1-
FROM rust:buster AS builder
1+
FROM rust:trixie AS builder
22

33
COPY . /usr/src/
44

55
WORKDIR /usr/src
66

77
RUN ["cargo", "build", "-r"]
88

9-
FROM rust:buster
9+
FROM rust:trixie
1010

1111
LABEL org.opencontainers.image.authors="kayvan.sylvan@gmail.com"
1212

0 commit comments

Comments
 (0)