We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f8ebb commit edc02d7Copy full SHA for edc02d7
Dockerfile
@@ -2,7 +2,7 @@
2
# Zulip development environment image and use
3
# tools/build-release-tarball to generate a production release tarball
4
# from the provided Git ref.
5
-FROM ubuntu:22.04 as base
+FROM ubuntu:24.04 AS base
6
7
# Set up working locales and upgrade the base image
8
ENV LANG="C.UTF-8"
@@ -16,7 +16,7 @@ RUN { [ ! "$UBUNTU_MIRROR" ] || sed -i "s|http://\(\w*\.\)*archive\.ubuntu\.com/
16
apt-get -q install --no-install-recommends -y ca-certificates git locales python3 sudo tzdata
17
18
19
-FROM base as build
+FROM base AS build
20
21
# Add a zulip user
22
RUN useradd -d /home/zulip -m zulip && \
0 commit comments