diff options
author | Alex <alex@adnab.me> | 2024-01-16 15:05:01 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-01-16 15:05:01 +0000 |
commit | 58ac0e37587553db567f75c7efacd103059a030a (patch) | |
tree | 95203aa3d3e3845109d4e269f8627aec88b14166 /Dockerfile | |
parent | 05872634a42bf0aef3ab0a2760e2be4590bc8b73 (diff) | |
parent | 843104dad73bfdebb674d3c3ec82af225c20c493 (diff) | |
download | diplonat-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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |