mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2025-08-28 02:18:17 +00:00
bump base image
This commit is contained in:
parent
90b748c1d4
commit
810f4dee7f
@ -1,5 +1,5 @@
|
|||||||
# builder
|
# builder
|
||||||
FROM python:3.11.8-slim-bookworm as builder
|
FROM python:3.11.13-slim-bookworm as builder
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
build-essential
|
build-essential
|
||||||
@ -8,7 +8,7 @@ COPY requirements.txt /requirements.txt
|
|||||||
RUN pip install --user -r requirements.txt
|
RUN pip install --user -r requirements.txt
|
||||||
|
|
||||||
# final
|
# final
|
||||||
FROM python:3.11.8-slim-bookworm as tubearchivist-web
|
FROM python:3.11.13-slim-bookworm as tubearchivist-web
|
||||||
|
|
||||||
ARG INSTALL_DEBUG
|
ARG INSTALL_DEBUG
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user