Skip to content

Commit 4559037

Browse files
authored
Merge pull request #1356 from AndreMiras/feature/update_docker_base_image_ubuntu_bionic
Update Docker base image Ubuntu Bionic 18.04
2 parents 098b55e + 923e5ba commit 4559037

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)