mirror of
https://github.com/simonw/datasette.git
synced 2026-09-12 03:24:18 +02:00
Fix Docker release builds on main with Bookworm base image
Apply the Dockerfile fix from 0.65.x to avoid expired Bullseye security repository metadata.
Original fix: 91fa786de9
This commit is contained in:
parent
186be52863
commit
61400fba1a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.11.0-slim-bullseye as build
|
||||
FROM python:3.11-slim-bookworm AS build
|
||||
|
||||
# Version of Datasette to install, e.g. 0.55
|
||||
# docker build . -t datasette --build-arg VERSION=0.55
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue