Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 5551d66

Browse files
committed
Use Ubuntu 18.04 as the base Linux version.
1 parent a968119 commit 5551d66

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
@@ -1,7 +1,7 @@
1-
# Use Ubuntu 16.04 (xenial) as a base image. This ensures that we're using an
1+
# Use Ubuntu 18.04 (bionic) as a base image. This ensures that we're using an
22
# old version of libc, maximizing the compatibility of the image when it is
33
# included in an AppImage.
4-
FROM ubuntu:16.04
4+
FROM ubuntu:18.04
55

66
# Install the build requirements for Python.
77
RUN apt-get update -y && \

0 commit comments

Comments
 (0)