for merge

This commit is contained in:
djeon
2025-10-30 10:24:09 +09:00
parent 66101b2465
commit 503078bf3f
4 changed files with 59 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Build stage
FROM python:3.11-slim AS builder
FROM python:3.13-slim AS builder
WORKDIR /app
@@ -18,7 +18,7 @@ ENV PATH="/opt/venv/bin:$PATH"
RUN pip install --no-cache-dir -r requirements.txt
# Run stage
FROM python:3.11-slim
FROM python:3.13-slim
ENV USERNAME=k8s
ENV ARTIFACTORY_HOME=/home/${USERNAME}