mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-04 14:03:25 +00:00
Update Ubuntu base to 20.04. (#290)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# Zulip development environment image and use
|
# Zulip development environment image and use
|
||||||
# tools/build-release-tarball to generate a production release tarball
|
# tools/build-release-tarball to generate a production release tarball
|
||||||
# from the provided Git ref.
|
# 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
|
# Set up working locales and upgrade the base image
|
||||||
ENV LANG="C.UTF-8"
|
ENV LANG="C.UTF-8"
|
||||||
|
|||||||
Reference in New Issue
Block a user