From 87f4370927009d45e158155de491a72b718b8b29 Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Mon, 20 Feb 2023 14:45:21 +0500 Subject: [PATCH] update ubuntu version in docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a908d14..75c903c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:22.10 RUN apt-get update && apt-get install --no-install-recommends -y python3 python3-uvloop python3-cryptography python3-socks libcap2-bin ca-certificates && rm -rf /var/lib/apt/lists/* RUN setcap cap_net_bind_service=+ep /usr/bin/python3.10