replace image with slim

This commit is contained in:
grillazz 2021-09-30 09:20:26 +02:00
parent d9a5dd5aaf
commit 67c3643d0b

View File

@ -1,5 +1,5 @@
# Pull base image # Pull base image
FROM python:3.10-buster as builder FROM python:3.9-slim-buster as builder
# Set environment variables # Set environment variables
WORKDIR /pipfiles WORKDIR /pipfiles