Skip to content

Commit d64c87e

Browse files
committed
Upgrade Ubuntu from 20.04 to 22.04.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent ef3a379 commit d64c87e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
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:20.04 as base
5+
FROM ubuntu:22.04 as base
66

77
# Set up working locales and upgrade the base image
88
ENV LANG="C.UTF-8"
@@ -13,7 +13,7 @@ RUN { [ ! "$UBUNTU_MIRROR" ] || sed -i "s|http://\(\w*\.\)*archive\.ubuntu\.com/
1313
apt-get -q update && \
1414
apt-get -q dist-upgrade -y && \
1515
DEBIAN_FRONTEND=noninteractive \
16-
apt-get -q install --no-install-recommends -y ca-certificates git locales lsb-release python3 sudo tzdata
16+
apt-get -q install --no-install-recommends -y ca-certificates git locales python3 sudo tzdata
1717

1818

1919
FROM base as build

0 commit comments

Comments
 (0)