Parcourir la source

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

Bump to newer ubuntu in Docker
Mark Rousskov il y a 3 ans
Parent
commit
83f7a8df84
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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