Skip to content

Commit edc02d7

Browse files
committed
Update base OS to Ubuntu 24.04.
1 parent f3f8ebb commit edc02d7

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:22.04 as base
5+
FROM ubuntu:24.04 AS base
66

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

1818

19-
FROM base as build
19+
FROM base AS build
2020

2121
# Add a zulip user
2222
RUN useradd -d /home/zulip -m zulip && \

0 commit comments

Comments
 (0)