Skip to content

Commit d463a71

Browse files
committed
use rust:latest to build Docker image
1 parent 069a7bd commit d463a71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.85-slim AS builder
1+
FROM rust:latest-slim AS builder
22

33
# Install build dependencies for both X11 and Wayland
44
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)