mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
use rust:latest to build Docker image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.85-slim AS builder
|
||||
FROM rust:latest-slim AS builder
|
||||
|
||||
# Install build dependencies for both X11 and Wayland
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user