Skip to content

Commit 59c869f

Browse files
committed
Switching Cloud Run e2e test back to 3.8 until 3.9 environment is ready
1 parent b882aad commit 59c869f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Use an official lightweight Python image.
1616
# https://hub.docker.com/_/python
17-
FROM python:3.9-slim
17+
FROM python:3.8-slim
1818

1919
ENV APP_HOME /app
2020
WORKDIR $APP_HOME

0 commit comments

Comments
 (0)