Update python base image

This commit is contained in:
David Němec 2022-06-11 15:44:04 +02:00
parent 821fb74898
commit 296fabede4
No known key found for this signature in database
GPG Key ID: B1064EFFFD11AA75

View File

@ -1,4 +1,4 @@
FROM python:3.9-slim-buster
FROM python:3.10-slim-bullseye
WORKDIR /bitwarden-to-keepass
COPY . .