소스 검색

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 \