Преглед изворни кода

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 \