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

Commit 70afb3a

Browse files
committed
Merge branch 'dev' into 3.8
2 parents 0202640 + 3c24a2f commit 70afb3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 && \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PROJECT_DIR=$(shell pwd)
44
BUILD_NUMBER=custom
55

66
# Version of packages that will be compiled by this meta-package
7-
PYTHON_VERSION=3.8.3
7+
PYTHON_VERSION=3.8.6
88
PYTHON_VER=$(basename $(PYTHON_VERSION))
99
ARCH=$(shell uname -m)
1010

0 commit comments

Comments
 (0)