mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 07:01:04 +00:00
chore: Update Dockerfile to use Python 3.12-slim image and add minio-common service to production.yml
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# base image
|
||||
FROM python:3.11-slim
|
||||
FROM python:3.12-slim
|
||||
|
||||
#basic build prep
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user