aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/test/python_pyenv_x64
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-06-01 10:43:52 -0700
committerGravatar Mehrdad Afshari <mmx@google.com>2018-06-01 10:54:35 -0700
commit45cd1f8a51485c66a82a955a4361db3a55797b39 (patch)
treedcf0bf74652d4d7510eed4b61bd77ede1a15cf7c /templates/tools/dockerfile/test/python_pyenv_x64
parent0397c7b95ee5baae949a395424b5bb25ec4b0160 (diff)
Install Python 3.7 in pyenv Dockerfile
Bump pyenv Dockerfile to Debian stretch to install OpenSSL 1.0.2 which is required to build Python 3.7 and get Python 3.7 installed in the test docker image.
Diffstat (limited to 'templates/tools/dockerfile/test/python_pyenv_x64')
-rw-r--r--templates/tools/dockerfile/test/python_pyenv_x64/Dockerfile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/test/python_pyenv_x64/Dockerfile.template b/templates/tools/dockerfile/test/python_pyenv_x64/Dockerfile.template
index ba65c06a3b..b408b74c77 100644
--- a/templates/tools/dockerfile/test/python_pyenv_x64/Dockerfile.template
+++ b/templates/tools/dockerfile/test/python_pyenv_x64/Dockerfile.template
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
- FROM debian:jessie
+ FROM debian:stretch
<%include file="../../apt_get_basic.include"/>
<%include file="../../gcp_api_libraries.include"/>