dockerfile: update rust version

This commit is contained in:
Alex 2024-01-16 15:21:29 +01:00
parent 05872634a4
commit 5a4bd88903
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.57-bullseye as builder
FROM rust:1.69-bullseye as builder
RUN apt-get update && \
apt-get install -y libssl-dev pkg-config

View File

@ -1,4 +1,5 @@
use std::collections::HashSet;
use std::sync::Arc;
use anyhow::{Context, Result};
use iptables;