mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Merge PR #5227: MAINT(dockerfile): Pin base images to Ubuntu Focal (LTS)
As discussed in comments on #5225. Mainly to avoid the build potentially breaking when a new version becomes :latest image tag.
This commit is contained in:
commit
a33fcec775
@ -1,4 +1,4 @@
|
||||
FROM ubuntu:latest
|
||||
FROM ubuntu:focal
|
||||
|
||||
# needed to install tzdata
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
@ -43,7 +43,7 @@ RUN cmake -Dclient=OFF -DCMAKE_BUILD_TYPE=Release -Dgrpc=ON .. || \
|
||||
RUN make -j $(nproc)
|
||||
|
||||
# Clean distribution stage
|
||||
FROM ubuntu:latest
|
||||
FROM ubuntu:focal
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user