update
All checks were successful
Build And Test / build-and-push (push) Successful in 2m26s

This commit is contained in:
2026-01-13 22:58:36 +09:00
parent 00db74a333
commit dce4663a67

View File

@ -1,5 +1,5 @@
# pull official base image
FROM python:3.10-slim-bullseye
FROM harbor.icurfer.com/open/python:3.10-slim-bullseye
# set work directory
WORKDIR /usr/src/app