Skip to content

Commit

Permalink
Revert docker images back to focal (need to support older glibc versi…
Browse files Browse the repository at this point in the history
…ons)
  • Loading branch information
jd-13 committed Jun 13, 2021
1 parent 6def7b7 commit 8c9e676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DockerFiles/clang10/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:hirsute
FROM ubuntu:focal

# Prevents "Configuring tzdata" dialog from stalling build
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion DockerFiles/gcc10/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:hirsute
FROM ubuntu:focal

# Prevents "Configuring tzdata" dialog from stalling build
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 8c9e676

Please sign in to comment.