瀏覽代碼

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 \