Explorar el Código

Update Docker to use debian buster

Mettbrot hace 4 años
padre
commit
c7d50bcae6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM debian:stretch
+FROM debian:buster
 
 # Install git, supervisor, VNC, & X11 packages
 RUN set -ex; \