Use python:3.8 base Docker image, refs #629

This commit is contained in:
Simon Willison 2019-11-11 21:23:47 -08:00
commit 53180ec094
3 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@ def test_publish_cloudrun_plugin_secrets(mock_call, mock_output, mock_which):
.split("\n====================\n")[0]
.strip()
)
expected = """FROM python:3.6
expected = """FROM python:3.8
COPY . /app
WORKDIR /app