Skip to content

Commit 2db93f8

Browse files
engelkeAce Nassri
andauthored
Use Python 3.9 for run/django (GoogleCloudPlatform#5332)
Co-authored-by: Ace Nassri <[email protected]>
1 parent 266c4ad commit 2db93f8

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.8-slim
17+
FROM python:3.9-slim
1818

1919
ENV APP_HOME /app
2020
WORKDIR $APP_HOME

0 commit comments

Comments
 (0)