Update Ubuntu base to 20.04. (#290)

This commit is contained in:
Jennifer Hwang
2021-03-23 14:38:33 -07:00
committed by GitHub
parent d483d0759a
commit f484835267

View File

@@ -2,7 +2,7 @@
# Zulip development environment image and use
# tools/build-release-tarball to generate a production release tarball
# from the provided Git ref.
FROM ubuntu:18.04 as base
FROM ubuntu:20.04 as base
# Set up working locales and upgrade the base image
ENV LANG="C.UTF-8"