Skip to content

Commit f484835

Browse files
authored
Update Ubuntu base to 20.04. (#290)
1 parent d483d07 commit f484835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Zulip development environment image and use
33
# tools/build-release-tarball to generate a production release tarball
44
# from the provided Git ref.
5-
FROM ubuntu:18.04 as base
5+
FROM ubuntu:20.04 as base
66

77
# Set up working locales and upgrade the base image
88
ENV LANG="C.UTF-8"

0 commit comments

Comments
 (0)