Skip to content

Commit 60508bc

Browse files
Update pr_monitor/Dockerfile to Python 3.9 (#6188)
Fixes #6175
1 parent a041ef8 commit 60508bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_tools/pr_monitor/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# value of the cirqbot-api-key secret.
2424
########################################################################################
2525

26-
FROM python:3.7-slim@sha256:1689dea3fe5e2f230c3b2d0cc18b64e96f8214082c78792c67dbc1bda9b6c67c
26+
FROM python:3.9-slim
2727

2828
RUN mkdir -p /app/dev_tools/pr_monitor
2929
WORKDIR /app

0 commit comments

Comments
 (0)