Pārlūkot izejas kodu

Use Debian bullseye for CircleCI

DarthSim 4 gadi atpakaļ
vecāks
revīzija
a3fc8f6868
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 \