Skip to content

Commit adff2be

Browse files
authored
Update python Docker tag (GoogleCloudPlatform#2785)
1 parent 139136d commit adff2be

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

appengine/flexible/tasks/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
66
ENV APP_HOME /app

cloud-sql/mysql/sqlalchemy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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.

cloud-sql/postgres/sqlalchemy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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.

run/hello-broken/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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.

run/image-processing/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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.

run/logging-manual/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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.

run/pubsub/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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.

run/system-package/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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]
2020
RUN apt-get update -y && apt-get install -y \

trace/cloud-trace-demo-app/app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.6.0
1+
FROM python:3.8.0b1
22

33
RUN pip3 install --upgrade pip
44

0 commit comments

Comments
 (0)