Skip to content

Commit 923e5ba

Browse files
committed
Update Docker base image Ubuntu Bionic 18.04
Stay up to date with latest Ubuntu LTS. Also updates default target Python3 CrystaX version to 3.6.
1 parent 0dc7664 commit 923e5ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# TODO:
1212
# - delete archives to keep small the container small
1313
# - setup caching (for apt, pip, ndk, sdk and p4a recipes downloads)
14-
FROM ubuntu:16.04
14+
FROM ubuntu:18.04
1515

1616

1717
# get the latest version from https://developer.android.com/ndk/downloads/index.html

pythonforandroid/recipes/python3crystax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
class Python3Recipe(TargetPythonRecipe):
15-
version = '3.5'
15+
version = '3.6'
1616
url = ''
1717
name = 'python3crystax'
1818

0 commit comments

Comments
 (0)