Explorar el Código

Use Debian bullseye for CircleCI

DarthSim hace 4 años
padre
commit
a3fc8f6868
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 \