File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
trace/cloud-trace-demo-app/app Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# Use the official Python image.
22# https://hub.docker.com/_/python
3- FROM python:3.7
3+ FROM python:3.8
44
55# Copy local code to the container image.
66ENV APP_HOME /app
Original file line number Diff line number Diff line change 1414
1515# Use the official Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3.7
17+ FROM python:3.8
1818
1919# Copy application dependency manifests to the container image.
2020# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 1414
1515# Use the official Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3.7
17+ FROM python:3.8
1818
1919# Copy application dependency manifests to the container image.
2020# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 1616
1717# Use the official Python image.
1818# https://hub.docker.com/_/python
19- FROM python:3.7
19+ FROM python:3.8
2020
2121# Copy application dependency manifests to the container image.
2222# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 1414
1515# Use the official Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3.7
17+ FROM python:3.8
1818
1919# Copy application dependency manifests to the container image.
2020# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 1414
1515# Use the official Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3.7
17+ FROM python:3.8
1818
1919# Copy application dependency manifests to the container image.
2020# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 1616
1717# Use the official Python image.
1818# https://hub.docker.com/_/python
19- FROM python:3.7
19+ FROM python:3.8
2020
2121# Copy application dependency manifests to the container image.
2222# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 1414
1515# Use the official Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3.7
17+ FROM python:3.8
1818
1919# [START run_system_package_ubuntu]
2020RUN apt-get update -y && apt-get install -y \
Original file line number Diff line number Diff line change 1- FROM python:3.6.0
1+ FROM python:3.8.0b1
22
33RUN pip3 install --upgrade pip
44
You can’t perform that action at this time.
0 commit comments