mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-14 16:10:12 +00:00
bump python base image
This commit is contained in:
parent
c6cb4aa33a
commit
73631d66e6
@ -1,5 +1,5 @@
|
||||
# builder
|
||||
FROM python:3.10.8-slim-bullseye as builder
|
||||
FROM python:3.10.9-slim-bullseye as builder
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
build-essential
|
||||
@ -8,7 +8,7 @@ COPY requirements.txt /requirements.txt
|
||||
RUN pip install --user -r requirements.txt
|
||||
|
||||
# final
|
||||
FROM python:3.10.8-slim-bullseye as tubearchivist-web
|
||||
FROM python:3.10.9-slim-bullseye as tubearchivist-web
|
||||
|
||||
ARG INSTALL_DEBUG
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
Loading…
Reference in New Issue
Block a user