Explorar el Código

Merge pull request #1612 from Mark-Simulacrum/bump-ubuntu

Bump to newer ubuntu in Docker
Mark Rousskov hace 3 años
padre
commit
83f7a8df84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -15,7 +15,7 @@ RUN cargo build --release
 #  Output image  #
 ##################
 
-FROM ubuntu:bionic AS binary
+FROM ubuntu:latest AS binary
 
 RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
     ca-certificates