mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-01 20:44:07 +00:00
Update Ubuntu base to 20.04. (#290)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user