Skip to content

Commit e7f7e46

Browse files
committed
💚 Fix CI
1 parent 8e8348e commit e7f7e46

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.51 as builder
1+
FROM rust:1.65 as builder
22
COPY . .
33
RUN cargo build --release
44
FROM debian:buster-slim

0 commit comments

Comments
 (0)