[5] change base docker image to slim-buster

This commit is contained in:
meisnate12 2022-08-23 14:10:25 -04:00
parent 7399fa2e7c
commit 334e4d8fd2
2 changed files with 2 additions and 2 deletions

View file

@ -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 ****" \

View file

@ -1 +1 @@
1.17.3-develop4
1.17.3-develop5