update ubuntu version in docker

This commit is contained in:
Alexander Bersenev
2023-02-20 14:45:21 +05:00
parent a978eae922
commit 87f4370927

View File

@@ -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