ソースを参照

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

Bump to newer ubuntu in Docker
Mark Rousskov 3 年 前
コミット
83f7a8df84
1 ファイル変更1 行追加1 行削除
  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