Change base image

This commit is contained in:
2025-09-28 21:00:03 +09:00
parent 0fc7d3e9bb
commit 4e02b68d8a
2 changed files with 5 additions and 1 deletions

View File

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