浏览代码

Use Debian bullseye for CircleCI

DarthSim 4 年之前
父节点
当前提交
a3fc8f6868
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .circleci/Dockerfile

+ 1 - 1
.circleci/Dockerfile

@@ -1,4 +1,4 @@
-FROM debian:buster
+FROM debian:bullseye-slim
 
 RUN apt-get -qq update \
   && apt-get install -y --no-install-recommends \