From 74711c4212754ea7c01defa618cf50dd46b678a5 Mon Sep 17 00:00:00 2001 From: Viacheslav Komarov Date: Mon, 30 Oct 2023 17:49:14 +0400 Subject: [PATCH] Hotfix, Change ubuntu version to 22.04 LTS in Dockerfile (#296) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75c903c..a908d14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.10 +FROM ubuntu:22.04 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