change RS256 algorithm
All checks were successful
Build And Test / build-and-push (push) Successful in 1m46s

This commit is contained in:
2025-09-28 23:37:42 +09:00
parent 7b7780b621
commit 1e852671f3
5 changed files with 35 additions and 2 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