mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Switch to python:3.10.6-slim-bullseye for datasette publish - refs #1768
This commit is contained in:
parent
668415df9f
commit
080d4b3e06
5 changed files with 6 additions and 6 deletions
|
|
@ -12,7 +12,7 @@ class CaptureDockerfile:
|
|||
|
||||
|
||||
EXPECTED_DOCKERFILE = """
|
||||
FROM python:3.8
|
||||
FROM python:3.10.6-slim-bullseye
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
|
|
@ -223,7 +223,7 @@ def test_publish_cloudrun_plugin_secrets(
|
|||
)
|
||||
expected = textwrap.dedent(
|
||||
r"""
|
||||
FROM python:3.8
|
||||
FROM python:3.10.6-slim-bullseye
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
|
|
@ -290,7 +290,7 @@ def test_publish_cloudrun_apt_get_install(
|
|||
)
|
||||
expected = textwrap.dedent(
|
||||
r"""
|
||||
FROM python:3.8
|
||||
FROM python:3.10.6-slim-bullseye
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue