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

This commit is contained in:
2025-09-29 00:00:52 +09:00
parent 06590caf30
commit 96e2a763c7
5 changed files with 23 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