From 04a75d9637a96c7d6e1d7021384157969b205c35 Mon Sep 17 00:00:00 2001 From: bidaya0 Date: Tue, 13 Dec 2022 15:16:25 +0800 Subject: [PATCH] build(deps): update python version. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 777f5d517..6c1bdb0a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.7-slim +FROM python:3.10-slim ARG VERSION ENV DEBIAN_FRONTEND=noninteractive ENV LANG=en_US.UTF-8 @@ -10,7 +10,7 @@ RUN apt-get update -y \ && apt install -y gettext gcc make cmake libmariadb-dev curl libc6-dev unzip cron \ fonts-wqy-microhei vim build-essential ninja-build cython3 pybind11-dev libre2-dev locales \ # htop sysstat net-tools iproute2 procps lsof \ - openjdk-11-jdk wkhtmltopdf zlib1g-dev libssl-dev \ + openjdk-11-jdk wkhtmltopdf \ && sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen COPY Pipfile .