mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
[5] change base docker image to slim-buster
This commit is contained in:
parent
7399fa2e7c
commit
334e4d8fd2
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.10-slim
|
||||
FROM python:3.10-slim-buster
|
||||
ENV TINI_VERSION v0.19.0
|
||||
COPY . /
|
||||
RUN echo "**** install system packages ****" \
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.17.3-develop4
|
||||
1.17.3-develop5
|
||||
|
|
Loading…
Reference in a new issue