ソースを参照

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 \