Sadly downgrade base image to buster

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
Shengqi Chen 2023-12-02 16:12:09 +08:00
parent ae5b2c995b
commit c7a7fedfe8
No known key found for this signature in database
GPG Key ID: 6EE389C0F18AF774

View File

@ -1,4 +1,4 @@
FROM debian:bullseye FROM debian:buster
LABEL maintainer="Miao Wang <miao.wang@tuna.tsinghua.edu.cn>" LABEL maintainer="Miao Wang <miao.wang@tuna.tsinghua.edu.cn>"
RUN apt-get update && \ RUN apt-get update && \