Skip to content

Commit

Permalink
[libc++] Update the CI Docker image to Focal
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D112726
  • Loading branch information
ldionne committed Oct 28, 2021
1 parent 10a80c4 commit 4ee17b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/utils/ci/Dockerfile
Expand Up @@ -28,7 +28,7 @@
# $ docker push ldionne/libcxx-builder
#

FROM ubuntu:bionic
FROM ubuntu:focal

# Make sure apt-get doesn't try to prompt for stuff like our time zone, etc.
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 4ee17b7

Please sign in to comment.