File tree 9 files changed +9
-9
lines changed
trace/cloud-trace-demo-app/app
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Use the official Python image.
2
2
# https://hub.docker.com/_/python
3
- FROM python:3.7
3
+ FROM python:3.8
4
4
5
5
# Copy local code to the container image.
6
6
ENV APP_HOME /app
Original file line number Diff line number Diff line change 14
14
15
15
# Use the official Python image.
16
16
# https://hub.docker.com/_/python
17
- FROM python:3.7
17
+ FROM python:3.8
18
18
19
19
# Copy application dependency manifests to the container image.
20
20
# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 14
14
15
15
# Use the official Python image.
16
16
# https://hub.docker.com/_/python
17
- FROM python:3.7
17
+ FROM python:3.8
18
18
19
19
# Copy application dependency manifests to the container image.
20
20
# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 16
16
17
17
# Use the official Python image.
18
18
# https://hub.docker.com/_/python
19
- FROM python:3.7
19
+ FROM python:3.8
20
20
21
21
# Copy application dependency manifests to the container image.
22
22
# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 14
14
15
15
# Use the official Python image.
16
16
# https://hub.docker.com/_/python
17
- FROM python:3.7
17
+ FROM python:3.8
18
18
19
19
# Copy application dependency manifests to the container image.
20
20
# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 14
14
15
15
# Use the official Python image.
16
16
# https://hub.docker.com/_/python
17
- FROM python:3.7
17
+ FROM python:3.8
18
18
19
19
# Copy application dependency manifests to the container image.
20
20
# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 16
16
17
17
# Use the official Python image.
18
18
# https://hub.docker.com/_/python
19
- FROM python:3.7
19
+ FROM python:3.8
20
20
21
21
# Copy application dependency manifests to the container image.
22
22
# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 14
14
15
15
# Use the official Python image.
16
16
# https://hub.docker.com/_/python
17
- FROM python:3.7
17
+ FROM python:3.8
18
18
19
19
# [START run_system_package_ubuntu]
20
20
RUN 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
2
2
3
3
RUN pip3 install --upgrade pip
4
4
You can’t perform that action at this time.
0 commit comments