aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2024-01-16 15:05:01 +0000
committerAlex <alex@adnab.me>2024-01-16 15:05:01 +0000
commit58ac0e37587553db567f75c7efacd103059a030a (patch)
tree95203aa3d3e3845109d4e269f8627aec88b14166 /Dockerfile
parent05872634a42bf0aef3ab0a2760e2be4590bc8b73 (diff)
parent843104dad73bfdebb674d3c3ec82af225c20c493 (diff)
downloaddiplonat-58ac0e37587553db567f75c7efacd103059a030a.tar.gz
diplonat-58ac0e37587553db567f75c7efacd103059a030a.zip
Merge pull request 'STUN actor: try to avoid ip address flapping' (#21) from stun-keep-values into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/diplonat/pulls/21
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f22575b..0beb12a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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