Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit adff2be

Browse filesBrowse files
authored
Update python Docker tag (GoogleCloudPlatform#2785)
1 parent 139136d commit adff2be
Copy full SHA for adff2be

File tree

Expand file treeCollapse file tree

9 files changed

+9
-9
lines changed
Filter options
Expand file treeCollapse file tree

9 files changed

+9
-9
lines changed

‎appengine/flexible/tasks/Dockerfile

Copy file name to clipboardExpand all lines: appengine/flexible/tasks/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: cloud-sql/mysql/sqlalchemy/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: cloud-sql/postgres/sqlalchemy/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: run/hello-broken/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: run/image-processing/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: run/logging-manual/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: run/pubsub/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: run/system-package/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: trace/cloud-trace-demo-app/app/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.